Skip to content

Commit

Permalink
Bump Events dependency to v0.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jun 3, 2017
1 parent 3bfff77 commit 3c8f6f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -21,6 +21,7 @@ Version 0.8
Python 2.6.
- Dev: all branches are now tested on travis-ci. Previously, only 'master' was
being tested.
- Update: Upgrade Events dependency to v0.3.

Breaking Changes
................
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,5 +1,6 @@
Cerberus==1.1
Events==0.2.1
Cerberus==0.9.2
Events==0.3
Flask==0.12
itsdangerous==0.24
Jinja2==2.9.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

install_requires = [
'cerberus>=1.1',
'events>=0.2.1,<0.3',
'events>=0.3,<0.4',
'simplejson>=3.3.0,<4.0',
'werkzeug>=0.9.4,<=0.11.15',
'markupsafe>=0.23,<1.0',
Expand Down

0 comments on commit 3c8f6f3

Please sign in to comment.