forked from lyft/discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
67 lines (51 loc) · 1.32 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# pytest: helps you write better programs
# License: MIT
# Upstream url: http://pytest.org/
pytest==2.9.0
# pytest-mock: Thin-wrapper around the mock package for easier use with py.test
# License: MIT
# Upstream url: https://pypi.python.org/pypi/pytest-mock
pytest-mock==0.11.0
# Mocking datetime in unit tests
freezegun==0.3.9
# WSGI utility modules (come with Flask)
# License: BSD
# Upstream url: http://werkzeug.pocoo.org/
# Required by: Flask
Werkzeug==0.9.4
python-dateutil==2.6.1
six==1.9.0
# Python HTTP for Humans.
# License: Apache Software License
# Upstream url: http://python-requests.org
requests==2.2.1
# Flask
# License: BSD
# Upstream url: http://github.com/mitsuhiko/flask/
Flask==0.10.1
# Support for writing external scripts in Flask
# License: BSD 3-Clause
# Upstream url: https://github.com/smurfix/flask-script
Flask-Script==2.0.5
# Restful framework for flask
# License: BSB
# Upstream url: https://github.com/flask-restful/flask-restful
Flask-RESTful==0.3.4
Flask-Cache==0.13.1
# Signal support for Flask
# License: MIT
# Upstream url: https://pythonhosted.org/blinker/
# Required by: Flask
blinker==1.4
# WSGI HTTP Server for UNIX
# License: MIT
# Upstream url: http://gunicorn.org
gunicorn==19.1.1
gevent==1.0.2
greenlet==0.4.7
boto==2.34.0
flake8==2.4.0
nose==1.3.4
mock==2.0.0
pynamodb==1.5.2
statsd==3.2.1