Skip to content

Commit

Permalink
Merge pull request #33 from ramwin/master
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
blakev committed Jun 22, 2022
2 parents 3d2fb97 + cd5d439 commit 0d1e968
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name = 'syncthing',
version = '2.4.2',
version = '2.4.3',
author = 'Blake VandeMerwe',
author_email = 'blakev@null.net',
description = 'Python bindings to the Syncthing REST interface, targeting v0.14.44',
url = 'https://github.com/blakev/python-syncthing',
license = 'The MIT License',
install_requires = [
'python-dateutil==2.8.1',
'requests==2.24.0'
'python-dateutil>=2.8.1,<=2.8.2',
'requests>=2.24.0,<=2.28.0'
],
extras_require = {
'dev': [
Expand Down Expand Up @@ -44,4 +44,4 @@
'Programming Language :: Python :: 3.8',
'Topic :: System :: Archiving :: Mirroring'
],
)
)

0 comments on commit 0d1e968

Please sign in to comment.