Skip to content

Commit

Permalink
Pinning h11 and python-dotenv to min versions (#789)
Browse files Browse the repository at this point in the history
* Removed max pin and chhanged to >=min

* Revert all but h11 and pyton-dotenv
  • Loading branch information
euri10 authored Sep 29, 2020
1 parent 70ebcfd commit bbf19c6
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 @@ -45,7 +45,7 @@ def get_packages(package):

minimal_requirements = [
"click==7.*",
"h11>=0.8,<0.11",
"h11>=0.8",
"typing-extensions;" + env_marker_below_38,
]

Expand All @@ -55,7 +55,7 @@ def get_packages(package):
"uvloop>=0.14.0 ;" + env_marker_cpython,
"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 bbf19c6

Please sign in to comment.