Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Feb 6, 2019
1 parent 7b37f28 commit eb3d115
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -2,6 +2,7 @@ test:
py.test -xv umap/tests/
develop:
python setup.py develop
pip install -r requirements-dev.txt
release: test compilemessages
python setup.py sdist bdist_wheel
test_publish:
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
@@ -1,4 +1,4 @@
factory-boy==2.11.1
mkdocs==1.0.4
pytest==3.10.0
pytest-django==3.4.3
pytest==4.2.0
pytest-django==3.4.7
10 changes: 5 additions & 5 deletions requirements.txt
@@ -1,8 +1,8 @@
Django==2.1.3
Django==2.1.5
django-agnocomplete==0.14.0
django-compressor==2.2
Pillow==5.3.0
psycopg2==2.7.5
requests==2.20.0
Pillow==5.4.1
psycopg2==2.7.7
requests==2.21.0
social-auth-app-django==3.1.0
social-auth-core==2.0.0
social-auth-core==3.0.0

0 comments on commit eb3d115

Please sign in to comment.