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 2a3f2a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ 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"
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"
openpyxl = ">3.0.10"
exrex = ">0.11.0"

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

0 comments on commit 2a3f2a6

Please sign in to comment.