Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Mar 27, 2017
1 parent 91f7488 commit 062b72b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rel_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cee_syslog_handler==0.3.4
cornice==2.4.0
gunicorn==19.6.0
gunicorn==19.7.1
lxml==3.7.3
netifaces==0.10.5
psycopg2==2.6.2
pyramid==1.8.2
psycopg2==2.7.1
pyramid==1.8.3
pyramid_tm==1.1.1
pytest==3.0.6
pytest==3.0.7
requests==2.13.0
SQLAlchemy==1.1.6
zope.interface==4.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = '0.5.1'
VERSION = '0.6.0'
HERE = os.path.abspath(os.path.dirname(__file__))
INSTALL_REQUIRES = open(os.path.join(HERE, 'rel_requirements.txt')).read().splitlines()

Expand Down

0 comments on commit 062b72b

Please sign in to comment.