1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00
fftcgtool/Pipfile

14 lines
166 B
TOML
Raw Normal View History

2021-08-02 23:37:22 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
requests = "*"
2021-08-03 17:45:35 +00:00
pillow = "*"
2021-08-02 23:37:22 +00:00
[requires]
python_version = "3.6"