diff options
author | siddharth <s@ricketyspace.net> | 2021-10-31 15:39:55 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-31 15:39:55 -0400 |
commit | 6ac6a4528698c4d77f8405dba8fd472a45bcf14c (patch) | |
tree | 2dddfe85d8b6b1ba05003fa2342cf5a39f80150f | |
parent | 8cdcc06a318effedc24fdeb9a6b37eb96b243311 (diff) |
setup.py: install_requires: update watchdog
Install watchdog 0.10.7; last release compatible with python 2.7
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ config = { 'download_url': 'https://git.ricketyspace.net/combox', 'author': 'combox contributors', 'author_email': 'sravik@bgsu.edu', - 'install_requires': ['watchdog', 'PyYAML==5.4.1', 'pycrypto', + 'install_requires': ['watchdog==0.10.7', 'PyYAML==5.4.1', 'pycrypto', 'simplejson', 'pickledb'], 'tests_require': ['nose', 'mock'], 'test_suite': 'nose.collector', |