Skip to content

Commit

Permalink
Update requirements. Refs #135
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 1, 2020
1 parent 39b2070 commit 9c5eb71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions requirements-dev.txt
@@ -1,18 +1,19 @@
--requirement requirements.txt

# Development
pyramid-debugtoolbar==4.3
waitress==1.1.0
pyramid-debugtoolbar==4.6.1
waitress==1.4.2

# Testing
nose==1.3.7
nose-testconfig==0.10
coverage==4.4.2
WebTest==2.0.29
coverage==5.3
WebTest==2.0.35

# Linting
flake8==3.5.0
flake8==3.8.3

# Documentation
Sphinx==1.6.5
sphinxcontrib-httpdomain==1.5.0
Sphinx==1.8.5 ; python_version < '3.5'
Sphinx==3.2.2 ; python_version >= '3.5'
sphinxcontrib-httpdomain==1.7.0
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,5 +1,5 @@
# Tested and approved with these versions
pyramid==1.9.2
crabpy==0.11.0
pyramid==1.10.4
crabpy==0.12.0
# -e git+ssh://git@github.com/OnroerendErfgoed/crabpy.git@FIX_0.8.1#egg=crabpy
pycountry==19.8.18
pycountry==20.7.3

0 comments on commit 9c5eb71

Please sign in to comment.