Files
interchan/Pipfile
Alek Ratzloff 126db039e2 Initial commit
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-05-03 18:02:04 -07:00

14 lines
163 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
[dev-packages]
mypy = "*"
[requires]
python_version = "3.10"