[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] discord-py = {ref = "42a7c4f",git = "https://github.com/Rapptz/discord.py",editable = true} arrow = "*" beautifulsoup4 = "*" aiodns = "*" pillow = "*" pytz = "*" fuzzywuzzy = "*" [dev-packages] "flake8" = "*" "flake8-bugbear" = "*" "flake8-import-order" = "*" "flake8-tidy-imports" = "*" "flake8-todo" = "*" "flake8-string-format" = "*" pre-commit = "*" [requires] python_version = "3.7" [scripts] start = "python -m bot" lint = "flake8 bot" precommit = "pre-commit install"