Skip to content

Commit

Permalink
Make sure that modified files are automatically reloaded. (#8)
Browse files Browse the repository at this point in the history
* Adding watchdog dependency (#6).

* Don't pin to a specific watchdog version

* Require a more modern version of watchdog

Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
ilpersi and di authored Jan 30, 2020
1 parent 412ab31 commit 62eb8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
namespace_packages=["google", "google.cloud"],
package_dir={"": "src"},
python_requires=">=3.5, <4",
install_requires=["flask>=1.0<=2.0", "click>=7.0<=8.0"],
install_requires=["flask>=1.0<=2.0", "click>=7.0<=8.0", "watchdog>=0.10.0"],
extras_require={"test": ["pytest", "tox"]},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 62eb8c5

Please sign in to comment.