1
0
Fork 0
mirror of https://github.com/truh/SlackFeeder.git synced 2025-08-04 04:53:33 +02:00
SlackFeeder/pyproject.toml
dependabot[bot] 8dad08b03c
Bump urllib3 from 1.26.18 to 1.26.19
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 01:34:34 +00:00

36 lines
706 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.26.19"
yarl = "^1.4.2"
feedgen = "^0.9.0"
bcrypt = "^3.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"