Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7bbfcf5
downgraded pycrypto
Harishwarrior Jun 22, 2021
5b34b82
fix 2
Harishwarrior Jun 22, 2021
4751c0b
updated requirement and gitignore
Harishwarrior Jun 22, 2021
0a30cac
.gitignore is now working
Harishwarrior Jun 22, 2021
f6a77c0
updated requirements
Harishwarrior Jun 22, 2021
32a862c
update requirements
Harishwarrior Jun 22, 2021
52eeece
fix: requirements.txt to reduce vulnerabilities
snyk-bot Feb 18, 2023
5153578
Merge pull request #1 from CSEKINGS/snyk-fix-6c61c23bda85dfecd5b2bc4a…
Harishwarrior Feb 18, 2023
a012483
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 24, 2023
ef582d2
fix: requirements.txt to reduce vulnerabilities
snyk-bot Oct 5, 2023
0ee60f9
Merge pull request #3 from CSEKINGS/snyk-fix-ae722d9cd7c22576cb47a4dc…
Harishwarrior Oct 18, 2023
8c63caf
fix: requirements.txt to reduce vulnerabilities
snyk-bot Jan 5, 2024
9f7da2a
fix: requirements.txt to reduce vulnerabilities
snyk-bot Feb 2, 2024
2f082ff
fix: requirements.txt to reduce vulnerabilities
snyk-bot Mar 8, 2024
097482c
fix: requirements.txt to reduce vulnerabilities
snyk-bot Apr 14, 2024
1e514fb
Merge pull request #7 from CSEKINGS/snyk-fix-b35fca114960418591ae0683…
Harishwarrior May 14, 2024
4f21909
Merge pull request #2 from CSEKINGS/snyk-fix-762f8b4a918e16f56e9d3d50…
Harishwarrior May 14, 2024
be1f294
Merge pull request #4 from CSEKINGS/snyk-fix-e7edaaf963248cbbfcdb9e75…
Harishwarrior May 14, 2024
18c1d83
Merge pull request #5 from CSEKINGS/snyk-fix-67496fe7bdbc28ac51c9729e…
Harishwarrior May 14, 2024
a3e8879
Merge branch 'master' into snyk-fix-4d895fb8e3bd15004e9b4c1a1093598b
Harishwarrior May 14, 2024
11e1f93
Merge pull request #6 from CSEKINGS/snyk-fix-4d895fb8e3bd15004e9b4c1a…
Harishwarrior May 14, 2024
50378ea
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 20, 2024
581aec6
fix: requirements.txt to reduce vulnerabilities
snyk-bot May 22, 2024
ea4e221
fix: requirements.txt to reduce vulnerabilities
snyk-bot Jun 18, 2024
800dc66
fix: requirements.dev.txt to reduce vulnerabilities
snyk-bot Jul 10, 2024
23c6e08
Merge pull request #11 from CSEKINGS/snyk-fix-c9cb654f9ae3698f991c277…
Harishwarrior Feb 5, 2025
90f0b5e
fix: requirements.dev.txt to reduce vulnerabilities
snyk-bot Feb 5, 2025
7ef933a
Merge pull request #12 from CSEKINGS/snyk-fix-c9cb654f9ae3698f991c277…
Harishwarrior Apr 18, 2025
939c338
Merge pull request #10 from CSEKINGS/snyk-fix-5e0db1a8ed9b376e7584d58…
Harishwarrior Apr 18, 2025
9e5b90f
Merge pull request #9 from CSEKINGS/snyk-fix-735ab020a8b046ca027b09b3…
Harishwarrior Apr 18, 2025
1265b55
Merge pull request #8 from CSEKINGS/snyk-fix-5180e21ba0f02f44e09e4b3a…
Harishwarrior Apr 18, 2025
4f8b0c8
fix: requirements.txt to reduce vulnerabilities
snyk-bot Apr 18, 2025
7bc64fc
fix: requirements.txt to reduce vulnerabilities
snyk-bot Jun 16, 2025
b2aa52f
Merge pull request #14 from CSEKINGS/snyk-fix-d57188d27d68e9bfab8e0f2…
Harishwarrior Jun 16, 2025
4773ed3
Merge pull request #13 from CSEKINGS/snyk-fix-4c7f8dfba1a0071b3652138…
Harishwarrior Jun 16, 2025
cec9f55
fix: requirements.txt to reduce vulnerabilities
snyk-bot Jul 14, 2025
742d093
Merge pull request #15 from CSEKINGS/snyk-fix-73519c6985f51d7fcafde10…
Harishwarrior Jul 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 138 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,140 @@
.DS_Store
.idea
Pyrebase.egg-info
build
dist
test.py
test.png
run.py
__pycache__
*.pyc
pyrebase.py.orig
/secret.json
/tests/config.py
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

1 change: 1 addition & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
19 changes: 13 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
requests==2.11.1
gcloud==0.17.0
oauth2client==3.0.0
requests-toolbelt==0.7.0
python-jwt==2.0.1
pycrypto==2.6.1
requests==2.32.4
gcloud==0.18.3
oauth2client==4.1.3
requests-toolbelt==0.9.1
python-jwt==3.3.4
pycryptodome==3.19.1
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=41.0.4 # not directly required, pinned by Snyk to avoid a vulnerability
grpcio>=1.53.2 # not directly required, pinned by Snyk to avoid a vulnerability
jwcrypto>=1.5.6 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability