forked from localprojects/Change-By-Us
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.dev
More file actions
40 lines (35 loc) · 833 Bytes
/
requirements.dev
File metadata and controls
40 lines (35 loc) · 833 Bytes
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
#------------------------------------------------
# PIP Requirements for development host
#------------------------------------------------
#
# This PIP requirements file is ONLY to be used on the development host to
# facilitate documentation and deployment.
# This is NOT The requirements file for the application to run
#
# See requirements.live for deployed application setup
#
#------------------------------------------------
PyYAML
python-memcached
boto==2.1.0
MySQL-python
PIL
oauth2
python-dateutil
flup
# Database orm
SQLAlchemy
sqlalchemy-migrate
#--------------------------------------------------
# DEVELOPMENT-ONLY modules (not for app-host/live)
#--------------------------------------------------
# Documentation
sphinx
# Testing requirements
selenium
nose
paste
unittest2
mock
# Deployment requirements
Fabric