Skip to content

Commit

Permalink
Merge pull request #404 from OnroerendErfgoed/pyup-initial-update
Browse files Browse the repository at this point in the history
Initial Update
  • Loading branch information
koenedaele committed Oct 11, 2017
2 parents fced4e3 + d135d2e commit 1982803
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
28 changes: 14 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
--requirement requirements.txt

# pyramid
pyramid-debugtoolbar==2.5
pyramid-debugtoolbar==4.3

# skosprovider_oe (for generating fixtures)
skosprovider_oe==0.4.2
skosprovider_oe==0.5.0

# Testing
pytest==2.9.1
pytest-cov==2.2.1
py==1.4.31
coveralls==1.1
webtest==2.0.23
pytest==3.2.2
pytest-cov==2.5.1
py==1.4.34
coveralls==1.2.0
webtest==2.0.28
mock==2.0.0
testfixtures==4.9.1
testfixtures==5.2.0

# Documentation
Sphinx==1.4.5
Sphinx==1.6.3
sphinxcontrib-httpdomain==1.5.0
pygments==2.1.1
pygments==2.2.0

# waitress
waitress==0.9.0
waitress==1.0.2

# Linting
flake8==2.5.4
mccabe==0.4.0
flake8==3.4.1
mccabe==0.6.1
pep8==1.7.0
pyflakes==1.1.0
pyflakes==1.6.0
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyramid
pyramid==1.7.6
pyramid-tm==1.0
pyramid==1.9.1
pyramid-tm==2.2
pyramid_rewrite==0.2

skosprovider==0.6.1
Expand All @@ -11,41 +11,41 @@ pyramid_skosprovider==0.8.0
#-e git+https://github.com/koenedaele/pyramid_skosprovider.git#egg=pyramid_skosprovider
skosprovider_rdf==0.6.0
# -e git+https://github.com/OnroerendErfgoed/skosprovider_rdf.git#egg=skosprovider_rdf
skosprovider_getty==0.4.0
skosprovider_getty==0.4.2
#-e git+https://github.com/OnroerendErfgoed/skosprovider_getty.git#egg=skosprovider_getty
skosprovider_heritagedata==0.3.0
skosprovider_heritagedata==0.3.1
#-e git+https://github.com/OnroerendErfgoed/skosprovider_heritagedata.git#egg=skosprovider_heritagedata

#language-tags
language-tags==0.4.3

# sqlalchemy
sqlalchemy==1.0.19
sqlalchemy==1.1.14
zope.sqlalchemy==0.7.7
transaction==1.6.1
psycopg2==2.6.2
transaction==2.1.2
psycopg2==2.7.3.1

# jinja2
jinja2==2.8
pyramid-jinja2==2.6.2
Babel==2.3.4
jinja2==2.9.6
pyramid-jinja2==2.7
Babel==2.5.1

# alembic
alembic==0.8.8
alembic==0.9.5

# colander
colander==1.4.0

# caching
dogpile.cache==0.5.7
dogpile.cache==0.6.4

# other
six==1.10.0
python-dateutil==2.5.3
python-dateutil==2.6.1
rdflib==4.2.2
html5lib==0.9999999
bleach==1.4.3
html5lib==0.999999999
bleach==2.0.0

# requests
requests==2.18.1
cachecontrol==0.11.6
requests==2.18.4
cachecontrol==0.12.3

0 comments on commit 1982803

Please sign in to comment.