Skip to content

Commit 81e3ceb

Browse files
committed
My bet is you don't need wsgiref and future you will be glad these >= are there
1 parent dcd975a commit 81e3ceb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
from setuptools import setup
33

44
install_requires = [
5-
"argparse==1.2.1",
6-
"requests==2.4.3",
7-
"wsgiref==0.1.2"
5+
"argparse>=1.2.1",
6+
"requests>=2.4.3"
87
]
98

109
setup(

0 commit comments

Comments
 (0)