Compare commits
2 Commits
2184f9ad8c
...
f37bb2f867
Author | SHA1 | Date | |
---|---|---|---|
|
f37bb2f867 | ||
c03a6ab86a |
@@ -24,8 +24,8 @@ Pillow==4.0.0 ; python_version < '3.7'
|
||||
Pillow==6.1.0 ; python_version >= '3.7'
|
||||
psutil==4.3.1; sys_platform != 'win32'
|
||||
psutil==5.6.3; sys_platform == 'win32'
|
||||
psycopg2==2.7.3.1; sys_platform != 'win32'
|
||||
psycopg2==2.8.3; sys_platform == 'win32'
|
||||
psycopg2==2.7.3.1; sys_platform != 'win32' and python_version < '3.8'
|
||||
psycopg2==2.8.3; sys_platform == 'win32' or python_version >= '3.8'
|
||||
pydot==1.2.3
|
||||
pyldap==2.4.28; sys_platform != 'win32'
|
||||
pyparsing==2.1.10
|
||||
|
Reference in New Issue
Block a user