forked from cms-dev/cms
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
26 lines (23 loc) · 1.35 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
tornado>=4.5,<4.6 # http://www.tornadoweb.org/en/stable/releases.html
psycopg2>=2.9.2,<3.0 # https://www.psycopg.org/docs/news.html
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.20,<3.21 # 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.22,<2.23 # https://pypi.python.org/pypi/requests
gevent==24.2.1 # http://www.gevent.org/changelog.html
greenlet==3.0.3
werkzeug>=0.16,<0.17 # https://github.com/pallets/werkzeug/blob/master/CHANGES
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
babel>=2.11,<2.12 # 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
# LMIO extensions:
unidecode>=1.1,<2.0 # https://github.com/avian2/unidecode/blob/master/ChangeLog