mirror of
https://github.com/not-kennethreitz/morepython.org.git
synced 2026-06-05 15:00:18 +00:00
20 lines
311 B
TOML
20 lines
311 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
pillow = "*"
|
|
"flake8" = "*"
|
|
yarl = "<1.2"
|
|
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
|
|
rethinkdb = "*"
|
|
ptvsd = "*"
|
|
pyyaml = "*"
|
|
numpy = "*"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|