diff options
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setup( ], keywords='syncthing', packages=['syncthingmanager'], - install_requires=['syncthing'], + install_requires=['syncthing>=2.0.2'], extras_require={ 'test': ['pytest'] }, |