You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
400 B
20 lines
400 B
[tool.poetry] |
|
name = "zivleech" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["fluffy <fluffy@beesbuzz.biz>"] |
|
|
|
[tool.poetry.dependencies] |
|
python = "^3.8" |
|
beautifulsoup4 = "^4.9.3" |
|
requests = "^2.25.1" |
|
frozendict = "^1.2" |
|
|
|
[tool.poetry.dev-dependencies] |
|
autopep8 = "^1.5.5" |
|
isort = "^5.7.0" |
|
pylint = "^2.7.4" |
|
|
|
[build-system] |
|
requires = ["poetry-core>=1.0.0"] |
|
build-backend = "poetry.core.masonry.api"
|
|
|