Skip to content

Commit

Permalink
Caret depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 18, 2024
1 parent 377e076 commit 313d2a9
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,20 @@ repository = "https://github.com/sherlock-project/sherlock"


[tool.poetry.urls]
"Bug Reporting" = "https://github.com/sherlock-project/sherlock/issues"
"Contributors" = "https://github.com/sherlock-project/sherlock/graphs/contributors"
"Bug Tracker" = "https://github.com/sherlock-project/sherlock/issues"

[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"
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 313d2a9

Please sign in to comment.