Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
$ for reqs in `ls requirements`; do pur --skip stripe,commonmark,django,docker,celery,gitpython,elasticsearch,pyelasticsearch,mercurial --requirement requirements/$reqs; done
  • Loading branch information
humitos committed Nov 12, 2018
1 parent 8aa65d7 commit d810291
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
-r pip.txt
# http://initd.org/psycopg/docs/install.html#binary-install-from-pypi
psycopg2==2.7.5 --no-binary psycopg2
psycopg2==2.7.6.1 --no-binary psycopg2
gunicorn==19.9.0
pysolr==3.8.1
django-redis-cache==1.8.0

#For resizing images
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs-lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx 1.8 is incompatible with
# the latest version of rstcheck
Sphinx<1.8
rstcheck==3.3
rstcheck==3.3.1
8 changes: 3 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip==18.1
appdirs==1.4.3
virtualenv==16.1.0
docutils==0.14
Sphinx==1.8.1
Sphinx==1.8.2
sphinx_rtd_theme==0.4.2
sphinx-tabs==1.1.8
# Required to avoid Transifex error with reserved slug
Expand All @@ -13,9 +13,7 @@ git+https://github.com/agjohnson/sphinx-intl.git@7b5c66bdb30f872b3b1286e371f569c
Pygments==2.2.0

mkdocs==1.0.4
# mkdocs requires markdown
# Markdown 3.0 breaks with older Django Rest Framework
Markdown<3.0
Markdown==3.0.1

django==1.11.16
six==1.11.0
Expand All @@ -38,7 +36,7 @@ django-filter<2.0.0
django-vanilla-views==1.0.5
jsonfield==2.0.2

requests==2.20.0
requests==2.20.1
requests-toolbelt==0.8.0
slumber==0.7.1
lxml==4.2.5
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r pip.txt

django-dynamic-fixture==2.0.0
pytest==3.10.0
pytest==3.10.1
pytest-django==3.4.3
pytest-xdist==1.24.0
pytest-xdist==1.24.1
pytest-cov
apipkg==1.5
execnet==1.5.0
Expand Down

0 comments on commit d810291

Please sign in to comment.