Skip to content

Commit 62eb8c5

Browse files
ilpersidi
andauthored
Make sure that modified files are automatically reloaded. (GoogleCloudPlatform#8)
* Adding watchdog dependency (GoogleCloudPlatform#6). * Don't pin to a specific watchdog version * Require a more modern version of watchdog Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
1 parent 412ab31 commit 62eb8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
namespace_packages=["google", "google.cloud"],
4848
package_dir={"": "src"},
4949
python_requires=">=3.5, <4",
50-
install_requires=["flask>=1.0<=2.0", "click>=7.0<=8.0"],
50+
install_requires=["flask>=1.0<=2.0", "click>=7.0<=8.0", "watchdog>=0.10.0"],
5151
extras_require={"test": ["pytest", "tox"]},
5252
entry_points={
5353
"console_scripts": [

0 commit comments

Comments
 (0)