diff options
| author | 2020-10-09 19:30:07 +0300 | |
|---|---|---|
| committer | 2020-10-09 19:30:07 +0300 | |
| commit | 97e5e8cd76a14d0e002d832140b95b025d9ab41c (patch) | |
| tree | 89e79b1de22cfa0104911c48ae34f9c807103221 /Pipfile | |
| parent | Make bot shutdown remove all other non-extension cogs again (diff) | |
| parent | Merge pull request #1165 from RohanJnr/smart_syncing_users (diff) | |
Merge remote-tracking branch 'up/master' into bug-fixes
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -7,13 +7,14 @@ name = "pypi" aio-pika = "~=6.1" aiodns = "~=2.0" aiohttp = "~=3.5" +aioping = "~=0.3.1" aioredis = "~=1.3.1" +"async-rediscache[fakeredis]" = "~=0.1.2" beautifulsoup4 = "~=4.9" colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} coloredlogs = "~=14.0" deepdiff = "~=4.0" -discord.py = "~=1.3.2" -fakeredis = "~=1.4" +"discord.py" = "~=1.5.0" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" @@ -28,7 +29,7 @@ statsd = "~=3.3" [dev-packages] coverage = "~=5.0" -flake8 = "~=3.7" +flake8 = "~=3.8" flake8-annotations = "~=2.0" flake8-bugbear = "~=20.1" flake8-docstrings = "~=1.4" @@ -50,4 +51,5 @@ precommit = "pre-commit install" build = "docker build -t pythondiscord/bot:latest -f Dockerfile ." push = "docker push pythondiscord/bot:latest" test = "coverage run -m unittest" +html = "coverage html" report = "coverage report" |