Skip to content

Commit

Permalink
Dependency update (#33)
Browse files Browse the repository at this point in the history
- Django (2.0.4)
- psycopg2 (2.7.4)
- tox (3.0.0)
- pytest (3.5.0)
- wheel (0.31.0)
- Sphinx (1.7.2)
  • Loading branch information
alukach authored and oliverroick committed Apr 3, 2018
1 parent 26cae00 commit da56d16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Django==2.0.2
Django==2.0.4
djangorestframework==3.7.7
psycopg2==2.7.3.2
psycopg2==2.7.4

# Test requirements
tox==2.9.1
tox==3.0.0
pytest-django==3.1.2
pytest==3.4.0
pytest==3.5.0
pytest-cov==2.5.1
flake8==3.5.0
factory-boy==2.10.0

# wheel for PyPI installs
wheel==0.30.0
wheel==0.31.0

# Sphinx for documentation builds
Sphinx==1.6.7
Sphinx==1.7.2
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ deps =
django1.11: Django>=1.11,<2.0
django2.0: Django>=2.0,<2.1
pytest-django==3.1.2
psycopg2==2.7.3.2
psycopg2==2.7.4
factory-boy==2.10.0
djangorestframework==3.7.7

[testenv:py35-flake8]
commands = ./runtests.py --lintonly
deps =
pytest==3.4.0
pytest==3.5.0
flake8==3.5.0

[testenv:py35-docs]
whitelist_externals=make
commands = make -C docs html
deps =
Sphinx>=1.6.5
Django==2.0.2
Django==2.0.4
djangorestframework==3.7.7
psycopg2==2.7.3.2

0 comments on commit da56d16

Please sign in to comment.