We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcd975a + 81e3ceb commit aea4ebdCopy full SHA for aea4ebd
setup.py
@@ -2,9 +2,8 @@
2
from setuptools import setup
3
4
install_requires = [
5
- "argparse==1.2.1",
6
- "requests==2.4.3",
7
- "wsgiref==0.1.2"
+ "argparse>=1.2.1",
+ "requests>=2.4.3"
8
]
9
10
setup(
0 commit comments