8000 Restrict watchdog dependency (#101) · jrmfg/functions-framework-python@75a8972 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a8972

Browse files
authored
Restrict watchdog dependency (GoogleCloudPlatform#101)
1 parent ab372f5 commit 75a8972

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
@@ -51,7 +51,7 @@
5151
install_requires=[
5252
"flask>=1.0,<2.0",
5353
"click>=7.0,<8.0",
54-
"watchdog>=0.10.0",
54+
"watchdog>=1.0.0,<2.0.0",
5555
"gunicorn>=19.2.0,<21.0; platform_system!='Windows'",
5656
"cloudevents>=1.2.0,<2.0.0",
5757
],

0 commit comments

Comments
 (0)
0