diff options
| author | Yuval Adam <_@yuv.al> | 2024-10-27 21:34:39 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-10-27 21:34:39 +0100 |
| commit | 6f22a0415aa85e1c73f1c5002508f76c30da383c (patch) | |
| tree | 04bb69d6be16aa528a5fd1bff2dc825587f1b9cd | |
| parent | 44eba38162b67718399ba30bdbfc8cb52bd55c78 (diff) | |
Remove pipfile
| -rw-r--r-- | Pipfile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 6380d33..0000000 --- a/Pipfile +++ /dev/null @@ -1,29 +0,0 @@ -[[source]] -name = "pypi" -url = "https://pypi.org/simple" -verify_ssl = true - -[dev-packages] -pytest = "*" -black = "==19.10b0" -pylint = "*" -pre-commit = "*" - -[packages] -pyephem = "*" -skyfield = "*" -fastapi = "*" -uvicorn = "*" -jinja2 = "*" -aiofiles = "*" -geoip2 = "*" - -[scripts] -format = "black iss" -lint = "pylint -j 0 -d R,C iss" -test = "pytest iss/tests" -compare = "pytest iss/tests --compare" -server = "uvicorn iss.server:app" - -[requires] -python_version = "3.8" |
