1
0
Fork 0
mirror of https://github.com/truh/SlackFeeder.git synced 2025-08-03 04:23:32 +02:00
SlackFeeder/pyproject.toml
dependabot[bot] 80f5469792
Bump certifi from 2019.11.28 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2019.11.28...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 23:07:23 +00:00

36 lines
705 B
TOML

[tool.poetry]
name = "slackfeeder"
version = "0.1.0"
description = ""
authors = ["Jakob Klepp <jakob-github@truh.in>"]
readme = "Readme.md"
[tool.poetry.scripts]
slackfeeder = "slackfeeder:main"
[tool.poetry.dependencies]
python = ">=3.8,<4"
aiohttp = "^3.6.2"
aiohttp-basicauth = "^0.1.2"
appdirs = "^1.4.3"
async-timeout = "^3.0.1"
attrs = "^19.3.0"
certifi = "^2023.7.22"
chardet = "^3.0.4"
idna = "^2.8"
multidict = "^4.7.3"
packaging = "^16.8"
pyparsing = "^3.1.1"
requests = "^2.22.0"
six = "^1.10.0"
slacker = "^0.13.0"
toml = "^0.10.0"
urllib3 = "^1.25.7"
yarl = "^1.4.2"
feedgen = "^0.9.0"
bcrypt = "^3.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"