forked from cms-dev/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
28 lines (25 loc) · 1.45 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
tornado==4.5.3 # http://www.tornadoweb.org/en/stable/releases.html
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
gevent==23.9.0.post1 # http://www.gevent.org/changelog.html
greenlet>=3.0rc1
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
pyxdg>=0.26,<0.27 # https://freedesktop.org/wiki/Software/pyxdg/
Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/
# See https://github.com/pallets/markupsafe/issues/286 but breaking change in
# MarkupSafe causes jinja to break
MarkupSafe==2.0.1
# Only for some importers:
pyyaml>=5.3,<5.4 # http://pyyaml.org/wiki/PyYAML
# Only for printing:
pycups==2.0.4 # https://pypi.python.org/pypi/pycups
PyPDF2>=1.26,<1.27 # https://github.com/mstamy2/PyPDF2/blob/master/CHANGELOG