Skip to content

Commit

Permalink
尝试解决依赖库版本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huangliling committed Jun 28, 2024
1 parent acba3e2 commit 682825c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,27 @@ arrow>=1.0.0,<2.0.0; python_version >= '3.6'
iso8601>=0.1.14
six>=1.11.0
qiniu>=7.3.1
requests>=2.25.1
requests-toolbelt>=1.0.0
requests==2.31.0
urllib3==1.26.18
requests-toolbelt==1.0.0
Werkzeug>=0.16.0,<2.0.0
secure-cookie>=0.1.0,<1.0.0
gevent>=22.10.2,<23.0.0
typing; python_version < '3.5'
markupsafe<=2.0.1


#certifi-2024.2.2
#charset-normalizer-3.3.2
#gevent-22.10.2
#greenlet-3.0.3
#idna-3.6
#iso8601-2.1.0
#markupsafe-2.0.1
#python-dateutil-2.9.0.post0
#qiniu-7.13.1
#secure-cookie-0.2.0
#six-1.16.0
#types-python-dateutil-2.9.0.20240316
#zope.event-5.0
#zope.interface-6.2

0 comments on commit 682825c

Please sign in to comment.