[[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"