Skip to content

Commit

Permalink
unpin uvloop (#959)
Browse files Browse the repository at this point in the history
Now that uvloop sets python_requires the pinning isn't needed, but we do need to
ignore the packages with missing python_requires

MagicStack/uvloop#401
  • Loading branch information
cr313 committed Feb 20, 2021
1 parent 215c530 commit 5fadd38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -53,8 +53,7 @@ def get_packages(package):
extra_requirements = [
"websockets==8.*",
"httptools==0.1.* ;" + env_marker_cpython,
"uvloop==0.14.0; python_version == '3.6' and " + env_marker_cpython,
"uvloop>=0.14.0; python_version >= '3.7' and " + env_marker_cpython,
"uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython,
"colorama>=0.4;" + env_marker_win,
"watchgod>=0.6",
"python-dotenv>=0.13",
Expand Down

0 comments on commit 5fadd38

Please sign in to comment.