mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Attempt to fix pip backtracking through versions.
Pipelines are stalling and failing.
This commit is contained in:
parent
ebfd0b1b12
commit
cae2b8a35c
@ -1,18 +1,18 @@
|
||||
cryptography~=3.4
|
||||
argon2-cffi~=20.1
|
||||
bleach~=3.1
|
||||
colorama~=0.4
|
||||
cryptography~=3.4
|
||||
libgravatar~=1.0.0
|
||||
peewee~=3.13
|
||||
pexpect~=4.8
|
||||
psutil~=5.7
|
||||
pyOpenSSL~=19.1.0
|
||||
cryptography==3.4
|
||||
argon2-cffi==20.1
|
||||
bleach==3.1
|
||||
colorama==0.4
|
||||
cryptography==3.4
|
||||
libgravatar==1.0.0
|
||||
peewee==3.13
|
||||
pexpect==4.8
|
||||
psutil==5.7
|
||||
pyOpenSSL==19.1.0
|
||||
PyYAML==5.3.1
|
||||
requests~=2.26
|
||||
termcolor~=1.1
|
||||
tornado~=6.0
|
||||
requests==2.26
|
||||
termcolor==1.1
|
||||
tornado==6.0
|
||||
cached_property==1.5.2
|
||||
apscheduler~=3.8.1
|
||||
cron-validator~=1.0.3
|
||||
tzlocal==3.0
|
||||
apscheduler==3.8.1
|
||||
cron-validator==1.0.3
|
||||
tzlocal==3.0
|
||||
|
Loading…
Reference in New Issue
Block a user