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

15 lines
178 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-03 21:41:25 +00:00
roman = "*"
2021-08-02 23:37:22 +00:00
[requires]
2021-08-09 03:32:05 +00:00
python_version = "3.9"