Skip to content

Commit

Permalink
Remove upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 17, 2024
1 parent ea1c421 commit 7867e26
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ repository = "https://github.com/sherlock-project/sherlock.git"

[tool.poetry.dependencies]
python = "^3.8"
certifi = ">2019.6.16"
colorama = "^0.4.1"
PySocks = "^1.7.0"
requests = "^2.22.0"
requests-futures = "^1.0.0"
stem = "^1.8.0"
torrequest = "^0.1.0"
pandas = ">1.0.0"
openpyxl = "^3.0.10"
exrex = "^0.11.0"
certifi = ">=2019.6.16"
colorama = ">=0.4.1"
PySocks = ">=1.7.0"
requests = ">=2.22.0"
requests-futures = ">=1.0.0"
stem = ">=1.8.0"
torrequest = ">=0.1.0"
pandas = ">=1.0.0"
openpyxl = ">=3.0.10"
exrex = ">=0.11.0"

[tool.poetry.scripts]
sherlock = 'sherlock.sherlock:main'

0 comments on commit 7867e26

Please sign in to comment.