Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 3, 2019
1 parent 027cefc commit 5e5b43f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ pygments==2.4.2
flake8==3.7.8

# Unit testing
pytest==5.2.0
pytest==4.6.5 ; python_version < '3.0'
pytest==5.2.0 ; python_version >= '3.0'
mock==3.0.5
webtest==2.0.33
pytest-cov==2.7.1
Expand Down

0 comments on commit 5e5b43f

Please sign in to comment.