blob: c066958e79fb60e94ce7124cd38b874fd5da4396 (
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
28
29
30
31
32
|
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiodns = "~=2.0"
arrow = "~=0.14"
beautifulsoup4 = "~=4.8"
discord-py = "~=1.2"
fuzzywuzzy = "~=0.17"
pillow = "~=6.2"
pytz = "~=2019.2"
[dev-packages]
flake8 = "~=3.7"
flake8-annotations = "~=1.1"
flake8-bugbear = "~=19.8"
flake8-docstrings = "~=1.4"
flake8-import-order = "~=0.18"
flake8-string-format = "~=0.2"
flake8-tidy-imports = "~=2.0"
flake8-todo = "~=0.7"
pre-commit = "~=1.18"
[requires]
python_version = "3.7"
[scripts]
start = "python -m bot"
lint = "flake8 bot"
precommit = "pre-commit install"
|