diff --git a/Makefile b/Makefile index 73ff7454c..61a540c26 100644 --- a/Makefile +++ b/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: diff --git a/requirements-dev.txt b/requirements-dev.txt index b47663904..46a424abf 100644 --- a/requirements-dev.txt +++ b/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 diff --git a/requirements.txt b/requirements.txt index e75f96140..d3121c79a 100644 --- a/requirements.txt +++ b/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