1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/py3-pyrebase/drop-requirements.patch
Rejah Rehim 7ed4ada269 testing/py3-pyrebase: new aport
https://github.com/thisbejim/Pyrebase
simple python wrapper for the Firebase API
2021-09-16 18:52:27 +00:00

18 lines
443 B
Diff

Author: Rejah Rehim <rejah@beaglesecurity.com>
Summary: Fixes dependency compilation error
--- a/setup.py
+++ b/setup.py
@@ -15,12 +15,4 @@
],
keywords='Firebase',
packages=find_packages(exclude=['tests']),
- install_requires=[
- 'requests==2.11.1',
- 'gcloud==0.17.0',
- 'oauth2client==3.0.0',
- 'requests_toolbelt==0.7.0',
- 'python_jwt==2.0.1',
- 'pycryptodome==3.4.3'
- ]
)