Delete Pipfile

This commit is contained in:
2024-03-31 10:54:49 -04:00
parent 649a255657
commit c2943accd0
-22
View File
@@ -1,22 +0,0 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
responder = {file = ".", editable = true}
pytest = "*"
pytest-mock = "*"
twine = "*"
sphinx = "*"
marshmallow = "*"
pydantic = "*"
pytest-cov = "*"
ruff = "*"
pre-commit = "*"
httpx = "*"
[dev-packages]
[requires]
python_version = "3.11"