Skip to content

Commit

Permalink
Added Asphalt 4.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jun 1, 2017
1 parent ea56904 commit 913dfc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@
'setuptools_scm >= 1.7.0'
],
install_requires=[
'asphalt ~= 3.0',
'asphalt >= 3.0, < 5.0',
'asphalt-templating ~= 2.0',
'asphalt-serialization ~= 4.0',
'h11 == 0.7.0',
'multidict ~= 2.1',
'wsproto == 0.9'
'wsproto == 0.9',
'typeguard ~= 2.0'
],
extras_require={
'mongodb': ['asphalt-mongodb ~= 1.0'],
Expand Down

0 comments on commit 913dfc6

Please sign in to comment.