-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List direct deps only in requirements.txt
All deps are listed in requirements-lock.txt instead.
- Loading branch information
Showing
2 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
aliyun-python-sdk-core==2.13.36 | ||
asgiref==3.7.2 | ||
certifi==2023.7.22 | ||
cffi==1.15.1 | ||
charset-normalizer==3.2.0 | ||
cryptography==41.0.3 | ||
defusedxml==0.7.1 | ||
Django==4.2.5 | ||
django-allauth==0.56.1 | ||
gevent==23.9.0.post1 | ||
greenlet==2.0.2 | ||
idna==3.4 | ||
jmespath==0.10.0 | ||
Markdown==3.4.4 | ||
oauthlib==3.2.2 | ||
psycopg==3.1.10 | ||
psycopg-binary==3.1.10 | ||
psycopg-pool==3.1.7 | ||
pycparser==2.21 | ||
PyJWT==2.8.0 | ||
pymemcache==4.0.0 | ||
pyOpenSSL==23.2.0 | ||
python3-openid==3.2.0 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
requests-oauthlib==1.3.1 | ||
sqlparse==0.4.4 | ||
typing_extensions==4.7.1 | ||
urllib3==2.0.4 | ||
uWSGI==2.0.22 | ||
zope.event==5.0 | ||
zope.interface==6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,15 @@ | ||
# Packages used directly | ||
# requirements-lock.txt should be generated by `pip freeze > requirements-lock.txt`. | ||
aliyun-python-sdk-core==2.13.36 | ||
asgiref==3.7.2 | ||
certifi==2023.7.22 | ||
cffi==1.15.1 | ||
charset-normalizer==2.1.1 | ||
cryptography==41.0.3 | ||
defusedxml==0.7.1 | ||
Django==4.2.5 | ||
django-allauth==0.56.1 | ||
gevent==23.9.0.post1 | ||
idna==3.4 | ||
importlib-metadata==6.8.0 | ||
jmespath==0.10.0 | ||
Markdown==3.4.4 | ||
oauthlib==3.2.2 | ||
psycopg==3.1.10 | ||
psycopg-binary==3.1.10 | ||
psycopg-pool==3.1.7 | ||
pycparser==2.21 | ||
Pygments==2.16.1 | ||
PyJWT==2.8.0 | ||
pymemcache==4.0.0 | ||
pyOpenSSL==23.2.0 | ||
python3-openid==3.2.0 | ||
pytz==2023.3.post1 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
requests-oauthlib==1.3.1 | ||
six==1.16.0 | ||
sqlparse==0.4.4 | ||
typing_extensions==4.3.0 | ||
urllib3==1.26.12 | ||
uWSGI==2.0.22 | ||
zipp==3.8.1 |