forked from Wavyzz/py-healthchecks.io
fix: bump to beta + a few requirements
This commit is contained in:
@@ -9,7 +9,16 @@ homepage = "https://github.com/andrewthetechie/py-healthchecks.io"
|
||||
repository = "https://github.com/andrewthetechie/py-healthchecks.io"
|
||||
documentation = "https://py-healthchecks.io.readthedocs.io"
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Framework :: AsyncIO"
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
@@ -17,8 +26,8 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
pydantic = "^1.8.2"
|
||||
httpx = ">=0.21.1,<0.24.0"
|
||||
pydantic = "^1.9.1"
|
||||
httpx = ">=0.23.0,<0.24.0"
|
||||
croniter = "^1.1.0"
|
||||
pytz = ">=2021.3,<2023.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user