14 lines
288 B
TOML
14 lines
288 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
"fs.dropboxfs" = {git = "https://github.com/rkhwaja/fs.dropboxfs.git"}
|
||
|
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|