Skip to content

Commit

Permalink
Fixed dependencies issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabisonfire committed Apr 25, 2020
1 parent 27ca230 commit a010dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run(self):

setuptools.setup(
name="raincoat-jackett",
version="0.5",
version="0.6",
author="Gabisonfire",
author_email="[email protected]",
description="Raincoat is a tool to search torrents using Jackett and send them to your client.",
Expand All @@ -53,7 +53,7 @@ def run(self):
"Operating System :: Unix",
"Topic :: Communications :: File Sharing",
],
install_requires=["requests == 2.18.4", "justlog", "colorama", "tabulate", "transmission-clutch", "deluge-client", "python-qbittorrent"],
install_requires=["requests", "justlog", "colorama", "tabulate", "transmission-clutch", "deluge-client", "python-qbittorrent"],
cmdclass={
'install': PostInstallCommand
},
Expand Down

0 comments on commit a010dac

Please sign in to comment.