forked from google/timesketch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.in
41 lines (39 loc) · 873 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
# requirements:
Flask
Flask-Login
Flask-script
Flask-SQLAlchemy
Flask-Bcrypt
Flask-RESTful
Flask-WTF
Flask-Migrate
SQLAlchemy
celery
redis
blinker
elasticsearch
neo4jrestclient
python-dateutil
gunicorn
pycypher
parameterized
datasketch
# dev-requirements:
Flask-Testing
nose
mock
pylint
coverage
requests
BeautifulSoup
# 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