mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Caret depends
This commit is contained in:
parent
377e0766a2
commit
313d2a9080
1 changed files with 10 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue