We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d2fb97 + cd5d439 commit 0d1e968Copy full SHA for 0d1e968
1 file changed
setup.py
@@ -5,15 +5,15 @@
5
6
setup(
7
name = 'syncthing',
8
- version = '2.4.2',
+ version = '2.4.3',
9
author = 'Blake VandeMerwe',
10
author_email = 'blakev@null.net',
11
description = 'Python bindings to the Syncthing REST interface, targeting v0.14.44',
12
url = 'https://github.com/blakev/python-syncthing',
13
license = 'The MIT License',
14
install_requires = [
15
- 'python-dateutil==2.8.1',
16
- 'requests==2.24.0'
+ 'python-dateutil>=2.8.1,<=2.8.2',
+ 'requests>=2.24.0,<=2.28.0'
17
],
18
extras_require = {
19
'dev': [
@@ -44,4 +44,4 @@
44
'Programming Language :: Python :: 3.8',
45
'Topic :: System :: Archiving :: Mirroring'
46
47
-)
+)
0 commit comments