Skip to content

Commit aea4ebd

Browse files
committed
Merge pull request #6 from palewire/patch-1
My bet is you don't need wsgiref and future you will be glad these >= are there
2 parents dcd975a + 81e3ceb commit aea4ebd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
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)