aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 90f6f45e09d530e81a95cc8e518bb4d0da8b8666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}

[dev-packages]
"flake8" = "*"
"flake8-bugbear" = "*"
"flake8-import-order" = "*"
"flake8-tidy-imports" = "*"
"flake8-todo" = "*"
"flake8-string-format" = "*"

[requires]
python_version = "3.7"

[scripts]
start = "python -m bot"