bump deps
This commit is contained in:
parent
7b37f28264
commit
eb3d115a96
3 changed files with 8 additions and 7 deletions
1
Makefile
1
Makefile
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue