|
|
@@ -1,11 +1,3 @@ |
|
|
|
[[package]] |
|
|
|
name = "atomicwrites" |
|
|
|
version = "1.4.0" |
|
|
|
description = "Atomic file writes." |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "attrs" |
|
|
|
version = "21.4.0" |
|
|
@@ -15,10 +7,10 @@ optional = false |
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"] |
|
|
|
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] |
|
|
|
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"] |
|
|
|
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"] |
|
|
|
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "sphinx", "sphinx-notfound-page", "zope.interface"] |
|
|
|
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"] |
|
|
|
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "zope.interface"] |
|
|
|
tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aurornis" |
|
|
@@ -103,9 +95,9 @@ typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} |
|
|
|
zipp = ">=0.5" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"] |
|
|
|
docs = ["jaraco.packaging (>=9)", "rst.linker (>=1.9)", "sphinx"] |
|
|
|
perf = ["ipython"] |
|
|
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"] |
|
|
|
testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iniconfig" |
|
|
@@ -222,14 +214,13 @@ diagrams = ["jinja2", "railroad-diagrams"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pytest" |
|
|
|
version = "7.1.2" |
|
|
|
version = "7.1.3" |
|
|
|
description = "pytest: simple powerful testing with Python" |
|
|
|
category = "dev" |
|
|
|
optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} |
|
|
|
attrs = ">=19.2.0" |
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""} |
|
|
|
importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} |
|
|
@@ -300,8 +291,8 @@ optional = false |
|
|
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
dev = ["jplephem", "numpy", "tox", "colorama", "termcolor"] |
|
|
|
tests = ["pytest", "skyfield", "mock"] |
|
|
|
dev = ["colorama", "jplephem", "numpy", "termcolor", "tox"] |
|
|
|
tests = ["mock", "pytest", "skyfield"] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tabulate" |
|
|
@@ -355,8 +346,8 @@ optional = false |
|
|
|
python-versions = ">=3.7" |
|
|
|
|
|
|
|
[package.extras] |
|
|
|
docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] |
|
|
|
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] |
|
|
|
docs = ["jaraco.packaging (>=8.2)", "rst.linker (>=1.9)", "sphinx"] |
|
|
|
testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-flake8", "pytest-mypy"] |
|
|
|
|
|
|
|
[metadata] |
|
|
|
lock-version = "1.1" |
|
|
@@ -364,10 +355,6 @@ python-versions = ">=3.7,<3.11" |
|
|
|
content-hash = "09b1724283edd01b4343e15a68b3a711a83f0f290c53fa14c4a54109e504a0b2" |
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
atomicwrites = [ |
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, |
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, |
|
|
|
] |
|
|
|
attrs = [ |
|
|
|
{file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"}, |
|
|
|
{file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"}, |
|
|
@@ -494,8 +481,8 @@ pyparsing = [ |
|
|
|
{file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, |
|
|
|
] |
|
|
|
pytest = [ |
|
|
|
{file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"}, |
|
|
|
{file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, |
|
|
|
{file = "pytest-7.1.3-py3-none-any.whl", hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"}, |
|
|
|
{file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, |
|
|
|
] |
|
|
|
python-dateutil = [ |
|
|
|
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, |
|
|
|