Skip to content

Commit

Permalink
feat: adap package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Sep 3, 2024
1 parent 638ec21 commit 12327fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions 15.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ ebaysdk==2.1.5
freezegun==0.3.11; python_version < '3.8'
freezegun==0.3.15; python_version >= '3.8'
gevent==1.5.0 ; python_version == '3.7'
gevent==20.9.0 ; python_version > '3.7' and python_version <= '3.9'
gevent==21.8.0 ; python_version > '3.9' # (Jammy)
greenlet==0.4.15 ; python_version < '3.7'
greenlet==0.4.15 ; python_version == '3.7'
greenlet==0.4.17 ; python_version > '3.7'
greenlet==1.1.2 ; python_version > '3.9' # (Jammy)
html2text==2018.1.9
idna==2.8
Expand All @@ -27,7 +23,6 @@ passlib==1.7.3
Pillow==9.0.1 # min version = 7.0.0 (Focal with security backports)
polib==1.1.0
psutil==5.6.7
psycopg2==2.7.7; sys_platform != 'win32' and python_version < '3.8'
psycopg2==2.8.6; sys_platform == 'win32' or python_version >= '3.8' # official 2.8.5
pydot==1.4.1
python-ldap==3.4.0; sys_platform != 'win32'
Expand Down

0 comments on commit 12327fa

Please sign in to comment.