mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
18 lines
443 B
Diff
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'
|
|
- ]
|
|
)
|