mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Add concrete requirement files for test suite (#11).
This commit is contained in:
parent
1e767ce521
commit
d1b91891cd
2 changed files with 5 additions and 0 deletions
4
requirements.txt
Normal file
4
requirements.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Django==1.8.5
|
||||
gevent==1.0.2
|
||||
gevent-websocket==0.9.5
|
||||
psycopg2==2.6.1
|
||||
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
-r requirements.txt
|
||||
Loading…
Reference in a new issue