mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-21 07:41:39 +03:00
15 lines
198 B
TOML
15 lines
198 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "==2.21.0"
|
|
pytube = "==9.2.2"
|
|
tinydb = "==3.9.0"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|