Archived
1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
storm/pyproject.toml

19 lines
357 B
TOML
Raw Permalink Normal View History

2019-12-23 12:38:44 +01:00
[tool.poetry]
name = "storm"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.22.0"
python-telegram-bot = "^12.2.0"
2020-02-03 14:27:06 +01:00
beautifulsoup4 = "^4.8.2"
pyyaml = "^5.3"
2019-12-23 12:38:44 +01:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"