Skip to content

Commit

Permalink
Fix #180: asgiref is not a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Feb 24, 2018
1 parent f877d54 commit 4eb6cab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
packages=find_packages() + ["twisted.plugins"],
include_package_data=True,
install_requires=[
"asgiref~=2.0",
"twisted>=17.5",
"autobahn>=0.18",
],
Expand Down

0 comments on commit 4eb6cab

Please sign in to comment.