Skip to content

Commit

Permalink
Make setup.py PEP440 compliant. (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Dec 27, 2020
1 parent afb2d56 commit 28f5d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def get_packages(package):
"websockets==8.*",
"httptools==0.1.* ;" + env_marker_cpython,
"uvloop>=0.14.0 ;" + env_marker_cpython,
"colorama>=0.4.*;" + env_marker_win,
"colorama>=0.4;" + env_marker_win,
"watchgod>=0.6,<0.7",
"python-dotenv>=0.13.*",
"python-dotenv>=0.13",
"PyYAML>=5.1",
]

Expand Down

0 comments on commit 28f5d2b

Please sign in to comment.