forked from Wavyzz/py-healthchecks.io
Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f2b33d836 | ||
|
|
2ffc864139 | ||
|
|
6c7af09072 | ||
|
|
d8c39b54ab | ||
|
|
a1287ea789 | ||
|
|
54d84cab68 | ||
|
|
147ae08008 | ||
|
|
f88ebfcd99 | ||
|
|
49b9c979a5 | ||
|
|
141db9be39 | ||
|
|
2ee6d38196 | ||
|
|
1ce8321393 | ||
|
|
f7bd3164e9 | ||
|
|
6327a2e0b8 | ||
|
|
7b4a77f083 | ||
|
|
406f8e7f47 | ||
|
|
2765d07a60 | ||
|
|
958737c5af | ||
|
|
ac30ea766f | ||
|
|
696c9327f6 | ||
|
|
41bd808592 |
6
.github/workflows/constraints.txt
vendored
6
.github/workflows/constraints.txt
vendored
@@ -1,6 +1,6 @@
|
||||
pip==22.0.4
|
||||
pip==22.1.1
|
||||
nox==2022.1.7
|
||||
nox-poetry==0.9.0
|
||||
nox-poetry==1.0.0
|
||||
poetry==1.1.13
|
||||
virtualenv==20.14.1
|
||||
poetry-dynamic-versioning==0.16.0
|
||||
poetry-dynamic-versioning==0.17.1
|
||||
|
||||
586
poetry.lock
generated
586
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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,17 +26,16 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
click = "^8.0.1"
|
||||
pydantic = "^1.8.2"
|
||||
httpx = ">=0.21.1,<0.23.0"
|
||||
pydantic = "^1.9.1"
|
||||
httpx = ">=0.23.0,<0.24.0"
|
||||
croniter = "^1.1.0"
|
||||
pytz = ">=2021.3,<2023.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.1.2"
|
||||
coverage = {extras = ["toml"], version = "^6.3"}
|
||||
coverage = {extras = ["toml"], version = "^6.4"}
|
||||
safety = "^1.10.3"
|
||||
mypy = "^0.950"
|
||||
mypy = "^0.960"
|
||||
typeguard = "^2.13.2"
|
||||
xdoctest = {extras = ["colors"], version = "^1.0.0"}
|
||||
sphinx = "^4.3.2"
|
||||
@@ -45,7 +53,7 @@ reorder-python-imports = "^3.1.0"
|
||||
pre-commit-hooks = "^4.2.0"
|
||||
sphinx-click = "^4.0.3"
|
||||
Pygments = "^2.12.0"
|
||||
pyupgrade = "^2.32.0"
|
||||
pyupgrade = "^2.32.1"
|
||||
furo = ">=2021.11.12"
|
||||
pytest-cov = "^3.0.0"
|
||||
types-croniter = "^1.0.10"
|
||||
|
||||
Reference in New Issue
Block a user