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

[packages]
"discord-py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"}
arrow = "*"
beautifulsoup4 = "*"
aiodns = "*"
pillow = "*"
pytz = "*"

[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"
lint = "flake8 bot"