forked from cms-dev/cms
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
33 lines (30 loc) · 1.55 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Fix tornado version to be sure that it will work with our patch
tornado==4.5.3 # http://www.tornadoweb.org/en/stable/releases.html
# Set psycopg2 version for Python 3.11
psycopg2==2.9.7 # http://initd.org/psycopg/articles/tag/release/
sqlalchemy>=1.3,<1.4 # http://docs.sqlalchemy.org/en/latest/changelog/index.html
netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/
pycryptodomex==3.19.0 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
psutil>=5.5,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
requests==2.32.3 # https://pypi.python.org/pypi/requests
# Slightly higher version for Python 3.11 support
gevent==23.9.0.post1 # http://www.gevent.org/changelog.html
werkzeug<1.0
backports.ssl-match-hostname==3.7.0.1
# Limit greenlet version for compatibility with gevent
greenlet>=3.0rc1
patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
bcrypt>=3.1,<3.2 # https://github.com/pyca/bcrypt/
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
# Set babel version for Python 3.11
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
pyxdg>=0.26,<0.27 # https://freedesktop.org/wiki/Software/pyxdg/
Jinja2>=3.0,<3.1 # http://jinja.pocoo.org/docs/latest/changelog/
pyjson5>=1.6,<1.7
# Jinja2 is broken with 2.1
markupsafe>=2.0.1,<2.1
# Only for some importers:
pyyaml>=5.3,<5.4 # http://pyyaml.org/wiki/PyYAML
# Only for printing:
pycups>=1.9,<1.10 # https://pypi.python.org/pypi/pycups
PyPDF2>=1.26,<1.27 # https://github.com/mstamy2/PyPDF2/blob/master/CHANGELOG