forked from Onager/timesketch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.in
47 lines (44 loc) · 1022 Bytes
/
requirements.in
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
37
38
39
40
41
42
43
44
45
46
47
# !!!DEPRECATED!!!
# TODO: Remove this when we have a plan for how to handle deps.
# requirements:
Flask>=0.12.3
Flask-Login
Flask-script
Flask-SQLAlchemy
Flask-Bcrypt
Flask-RESTful
Flask-WTF
Flask-Migrate
SQLAlchemy
celery
redis
blinker
elasticsearch
neo4jrestclient
python-dateutil
gunicorn
parameterized
datasketch
PyJWT
requests>=2.20.0
cryptography>=2.3
pyyaml>=4.2b1
urllib3>=1.23
pandas>=0.23
altair>=2.4.1
# dev-requirements:
Flask-Testing
nose
mock
coverage
# Remove the following when pip-sync finally stops deleting pkg_resources.
# This is a hack that forces reinstall of setuptools and thus brings
# pkg_resources back after being deleted by pip-sync.
# For more information, see:
# - https://github.com/jazzband/pip-tools/issues/422
# - https://github.com/jazzband/pip-tools/issues/389
# - https://github.com/jazzband/pip-tools/pull/368
# - https://github.com/jazzband/pip-tools/issues/531
# Root cause of this bug:
# - https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1635463
setuptools==36.2.7