Skip to content

Commit

Permalink
Refs #34900 -- Updated requirements for Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Aug 22, 2024
1 parent 5190878 commit 44fbdf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/requirements/py3.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
aiosmtpd
asgiref >= 3.8.1
argon2-cffi >= 19.2.0; sys_platform != 'win32' or python_version < '3.13'
argon2-cffi >= 19.2.0
bcrypt
black
docutils >= 0.19
geoip2; python_version < '3.13'
geoip2
jinja2 >= 2.11.0
numpy; sys_platform != 'win32' or python_version < '3.13'
Pillow >= 6.2.1; sys_platform != 'win32' or python_version < '3.13'
numpy
Pillow >= 6.2.1
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys_platform != 'win32'
pymemcache >= 3.4.0
pywatchman; sys_platform != 'win32'
PyYAML
redis >= 3.4.0
selenium >= 4.8.0; sys_platform != 'win32' or python_version < '3.13'
selenium >= 4.8.0
sqlparse >= 0.3.1
tblib >= 1.5.0
tzdata
Expand Down

0 comments on commit 44fbdf4

Please sign in to comment.