Simple-Bookmarking-Service/Pipfile

14 lines
166 B
TOML
Raw Normal View History

2020-01-19 03:39:47 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
bottle = "*"
2020-01-19 04:53:46 +00:00
telethon = "*"
2020-01-19 03:39:47 +00:00
[requires]
python_version = "3.8"