diff options
| author | 2021-04-08 03:02:17 -0700 | |
|---|---|---|
| committer | 2021-04-08 03:02:17 -0700 | |
| commit | 5e5f5ee38b17b94abb45e8907983a0b0169bd04a (patch) | |
| tree | 59d59994c7934e5dd998eba4a472921f28b9cd54 /Pipfile | |
| parent | First dynamic update moved to the init_available method. (diff) | |
| parent | Merge pull request #1509 from bsoyka/ytdl-terms (diff) | |
Merge branch 'main' into dynamic-available-message-patch
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,29 +9,30 @@ aiodns = "~=2.0" aiohttp = "~=3.7" aioping = "~=0.3.1" aioredis = "~=1.3.1" +arrow = "~=1.0.3" "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.6.0" +emoji = "~=0.6" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" markdownify = "==0.5.3" more_itertools = "~=8.2" python-dateutil = "~=2.8" +python-frontmatter = "~=1.0.0" pyyaml = "~=5.1" requests = "~=2.22" sentry-sdk = "~=0.19" sphinx = "~=2.2" statsd = "~=3.3" -arrow = "~=0.17" -emoji = "~=0.6" -python-json-logger = "~=2.0" [dev-packages] coverage = "~=5.0" +coveralls = "~=2.1" flake8 = "~=3.8" flake8-annotations = "~=2.0" flake8-bugbear = "~=20.1" @@ -42,7 +43,6 @@ flake8-tidy-imports = "~=4.0" flake8-todo = "~=0.7" pep8-naming = "~=0.9" pre-commit = "~=2.1" -coveralls = "~=2.1" [requires] python_version = "3.8" |