Skip to content

Commit

Permalink
Update deps for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Jan 10, 2016
1 parent 8ac2cd2 commit dc496e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pip-log.txt
.coverage
.tox
nosetests.xml
.cache

# Translations
*.mo
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
--requirement requirements.txt

# Postgresql database access
psycopg2==2.5.3
psycopg2==2.6.1

# Documentation
Sphinx==1.2.2

# Testing
pytest==2.6.1
pytest-cov==1.7.0
coveralls==0.4.2
pytest==2.8.5
pytest-cov==2.2.0
coveralls==1.1

# Linting
flake8==2.2.2
Expand Down

0 comments on commit dc496e9

Please sign in to comment.