initial documentation and requirements
This commit is contained in:
parent
4709f2035c
commit
e9c1a218d6
18 changed files with 856 additions and 0 deletions
8
requirements/base.txt
Normal file
8
requirements/base.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
amqp==1.4.6
|
||||
bpython==0.13.1
|
||||
anyjson==0.3.3
|
||||
billiard==3.3.0.19
|
||||
celery==3.1.17
|
||||
kombu==3.0.24
|
||||
pytz==2014.10
|
||||
psycopg2==2.5.4
|
6
requirements/local.txt
Normal file
6
requirements/local.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Local development dependencies go here
|
||||
-r base.txt
|
||||
coverage==3.7.1
|
||||
Sphinx==1.2.3
|
||||
sqlparse==0.1.14
|
||||
releases==0.7.0
|
3
requirements/production.txt
Normal file
3
requirements/production.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Pro-tip: Try not to put anything here. There should be no dependency in
|
||||
# production that isn't in development.
|
||||
-r base.txt
|
3
requirements/test.txt
Normal file
3
requirements/test.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Test dependencies go here.
|
||||
-r base.txt
|
||||
coverage==3.7.1
|
Loading…
Add table
Add a link
Reference in a new issue