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
404 B
20 lines
404 B
[tool.poetry]
|
|
name = "are_na_scripts"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
arena = "^0.0.5"
|
|
PyTumblr = "^0.1.0"
|
|
beautifulsoup4 = "^4.9.3"
|
|
python-dotenv = "^0.15.0"
|
|
markdownify = "^0.6.5"
|
|
pinboard = "^2.1.8"
|
|
ipykernel = "^5.5.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|