mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:30:01 +00:00
requirements.txt: Adapt progressbar33 version
While installing progressbar33 2.40.0, an error occurs: Could not find a version that satisfies the requirement progressbar33==2.40.0 (from -r requirements.txt (line 31)) (from versions: 2.4) No matching distribution found for progressbar33==2.40.0 (from -r requirements.txt (line 31)) Reflect the correct version as shown on pypi which is 2.4.
This commit is contained in:
parent
8fecc08d19
commit
7acfa97a47
|
@ -28,7 +28,7 @@ mysqlclient==1.3.10
|
|||
orderedset==2.0
|
||||
packaging==16.8
|
||||
passlib==1.7.1
|
||||
progressbar33==2.40.0
|
||||
progressbar33==2.4
|
||||
pycodestyle==2.3.1
|
||||
pycparser==2.17
|
||||
PyMySQL==0.7.11
|
||||
|
|
Loading…
Reference in a new issue