-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
36 lines (32 loc) · 1.93 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
34
35
36
# We are currently targeting the versions shipped in Ubuntu 18.04.
tornado>=4.5,<4.6 # http://www.tornadoweb.org/en/stable/releases.html
# Using the binary psycopg2 package may cause segmentation faults and prints
# warnings in the logs. Tell pip to build from source instead. See:
# http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
# http://initd.org/psycopg/docs/install.html#disabling-wheel-packages-for-psycopg-2-7
# We will be able to remove the flag when upgrading to version 2.8.
psycopg2>=2.7,<2.8 --no-binary psycopg2 # http://initd.org/psycopg/articles/tag/release/
sqlalchemy>=1.1,<1.2 # http://docs.sqlalchemy.org/en/latest/changelog/index.html
netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/
pycrypto>=2.6,<2.7 # https://github.com/dlitz/pycrypto/blob/master/ChangeLog
psutil>=5.4,<5.5 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
six>=1.11,<1.12 # https://github.com/benjaminp/six/blob/master/CHANGES
requests>=2.18,<2.19 # https://pypi.python.org/pypi/requests
gevent>=1.2,<1.3 # http://www.gevent.org/changelog.html
werkzeug>=0.14,<0.15 # 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
ipaddress>=1.0,<1.1 # https://pypi.python.org/pypi/ipaddress
future>=0.15,<0.16 # https://pypi.python.org/pypi/future
babel>=2.4,<2.5 # http://babel.pocoo.org/en/latest/changelog.html
pyxdg>=0.25,<0.26 # https://freedesktop.org/wiki/Software/pyxdg/
Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/
# Only for some importers:
pyyaml>=3.12,<3.13 # 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
# IOI2018 custom
boto3>=1.7
redis>=2.10,<2.11