We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7f291 commit 070d513Copy full SHA for 070d513
setup.py
@@ -47,7 +47,7 @@
47
namespace_packages=["google", "google.cloud"],
48
package_dir={"": "src"},
49
python_requires=">=3.5, <4",
50
- install_requires=["flask>=1.0<=2.0", "click>=7.0<=8.0", "watchdog>=0.10.0"],
+ install_requires=["flask>=1.0,<2.0", "click>=7.0,<8.0", "watchdog>=0.10.0"],
51
extras_require={"test": ["pytest", "tox"]},
52
entry_points={
53
"console_scripts": [
0 commit comments