Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Add uvloop extra to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed May 31, 2017
1 parent f5cea7e commit bb853e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -19,5 +19,6 @@
install_requires=open(
"requirements.txt"
).read().replace("\r", "").split("\n"),
extras_require={"uvloop": "uvloop"},
namespace_packages=["ultros", "ultros.networks", "ultros.plugins"]
)

0 comments on commit bb853e6

Please sign in to comment.