Update dependency versions
This commit is contained in:
parent
62e1e8bad7
commit
f64a87714d
3 changed files with 9 additions and 12 deletions
|
@ -1,11 +1,8 @@
|
||||||
amqp==1.4.6
|
amqp==1.4.9
|
||||||
bpython==0.13.1
|
bpython==0.15.0
|
||||||
anyjson==0.3.3
|
billiard==3.3.0.22
|
||||||
argparse==1.2.1
|
celery==3.1.20
|
||||||
billiard==3.3.0.19
|
kombu==3.0.33
|
||||||
celery==3.1.17
|
pytz==2015.7
|
||||||
kombu==3.0.24
|
|
||||||
pytz==2014.10
|
|
||||||
wsgiref==0.1.2
|
|
||||||
PyYAML==3.11
|
PyYAML==3.11
|
||||||
-e git+https://git.gnuviech-server.de/gvacommon.git@0.3.0#egg=gvacommon
|
-e git+https://git.gnuviech-server.de/gvacommon.git@0.3.0#egg=gvacommon
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Local development dependencies go here
|
# Local development dependencies go here
|
||||||
-r test.txt
|
-r test.txt
|
||||||
Sphinx==1.2.3
|
Sphinx==1.3.5
|
||||||
releases==0.7.0
|
releases==1.0.0
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Test dependencies go here.
|
# Test dependencies go here.
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==3.7.1
|
coverage==4.0.3
|
||||||
|
|
Loading…
Reference in a new issue