summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-10-27 21:34:39 +0100
committerYuval Adam <_@yuv.al>2024-10-27 21:34:39 +0100
commit6f22a0415aa85e1c73f1c5002508f76c30da383c (patch)
tree04bb69d6be16aa528a5fd1bff2dc825587f1b9cd
parent44eba38162b67718399ba30bdbfc8cb52bd55c78 (diff)
Remove pipfile
-rw-r--r--Pipfile29
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"