Update requirements
parent
1f8ef9bec3
commit
7141339a43
|
@ -1,12 +1,12 @@
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
factory_boy==2.6.0
|
factory_boy==2.6.0
|
||||||
py==1.4.30
|
py==1.4.31
|
||||||
pytest==2.8.2
|
pytest==2.8.5
|
||||||
pytest-django==2.9.1
|
pytest-django==2.9.1
|
||||||
pytest-pythonpath==0.7
|
pytest-pythonpath==0.7
|
||||||
|
|
||||||
coverage==4.0.1
|
coverage==4.0.3
|
||||||
coveralls==1.1
|
coveralls==1.1
|
||||||
django-slowdown==0.0.1
|
django-slowdown==0.0.1
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@ amqp==1.4.7
|
||||||
djmail==0.11
|
djmail==0.11
|
||||||
django-pgjson==0.3.1
|
django-pgjson==0.3.1
|
||||||
djorm-pgarray==1.2
|
djorm-pgarray==1.2
|
||||||
django-jinja==1.4.1
|
django-jinja==2.1.1
|
||||||
jinja2==2.8
|
jinja2==2.8
|
||||||
pygments==2.0.2
|
pygments==2.0.2
|
||||||
django-sites==0.8
|
django-sites==0.8
|
||||||
Markdown==2.6.4
|
Markdown==2.6.5
|
||||||
fn==0.4.3
|
fn==0.4.3
|
||||||
diff-match-patch==20121119
|
diff-match-patch==20121119
|
||||||
requests==2.8.1
|
requests==2.8.1
|
||||||
|
@ -24,7 +24,7 @@ easy-thumbnails==2.2.1
|
||||||
celery==3.1.19
|
celery==3.1.19
|
||||||
redis==2.10.5
|
redis==2.10.5
|
||||||
Unidecode==0.04.18
|
Unidecode==0.04.18
|
||||||
raven==5.8.1
|
raven==5.9.2
|
||||||
bleach==1.4.2
|
bleach==1.4.2
|
||||||
django-ipware==1.1.2
|
django-ipware==1.1.2
|
||||||
premailer==2.9.6
|
premailer==2.9.6
|
||||||
|
@ -32,4 +32,4 @@ cssutils==1.0.1 # Compatible with python 3.5
|
||||||
django-transactional-cleanup==0.1.15
|
django-transactional-cleanup==0.1.15
|
||||||
lxml==3.5.0b1
|
lxml==3.5.0b1
|
||||||
git+https://github.com/Xof/django-pglocks.git@dbb8d7375066859f897604132bd437832d2014ea
|
git+https://github.com/Xof/django-pglocks.git@dbb8d7375066859f897604132bd437832d2014ea
|
||||||
pyjwkest==1.0.7
|
pyjwkest==1.0.9
|
||||||
|
|
Loading…
Reference in New Issue