mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Add missing version bumps from 7c8ac9c
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
24
setup.py
24
setup.py
@@ -3,14 +3,14 @@ import re
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
install_requires = [
|
||||
"aiohttp-json-rpc==0.11.2",
|
||||
"aiohttp==3.4.4",
|
||||
"aiohttp-json-rpc==0.12",
|
||||
"aiohttp==3.5.4",
|
||||
"appdirs==1.4.3",
|
||||
"async-timeout==3.0.1",
|
||||
"attrs==18.2.0",
|
||||
"chardet==3.0.4",
|
||||
"colorama==0.4.1",
|
||||
"distro==1.3.0; sys_platform == 'linux'",
|
||||
"distro==1.4.0; sys_platform == 'linux'",
|
||||
"fuzzywuzzy==0.17.0",
|
||||
"idna-ssl==1.1.0",
|
||||
"idna==2.8",
|
||||
@@ -19,19 +19,19 @@ install_requires = [
|
||||
"pyyaml==3.13",
|
||||
"raven==6.10.0",
|
||||
"raven-aiohttp==0.7.0",
|
||||
"red-lavalink==0.2.0",
|
||||
"red-lavalink==0.2.1",
|
||||
"schema==0.6.8",
|
||||
"websockets==6.0",
|
||||
"websockets==7.0",
|
||||
"yarl==1.3.0",
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
"test": [
|
||||
"atomicwrites==1.2.1",
|
||||
"more-itertools==5.0.0",
|
||||
"atomicwrites==1.3.0",
|
||||
"more-itertools==6.0.0",
|
||||
"pluggy==0.8.1",
|
||||
"py==1.7.0",
|
||||
"pytest==4.1.0",
|
||||
"pytest==4.2.0",
|
||||
"pytest-asyncio==0.10.0",
|
||||
"six==1.12.0",
|
||||
],
|
||||
@@ -44,15 +44,15 @@ extras_require = {
|
||||
"imagesize==1.1.0",
|
||||
"Jinja2==2.10",
|
||||
"MarkupSafe==1.1.0",
|
||||
"packaging==18.0",
|
||||
"pyparsing==2.3.0",
|
||||
"packaging==19.0",
|
||||
"pyparsing==2.3.1",
|
||||
"Pygments==2.3.1",
|
||||
"pytz==2018.9",
|
||||
"requests==2.21.0",
|
||||
"six==1.12.0",
|
||||
"snowballstemmer==1.2.1",
|
||||
"sphinx==1.8.3",
|
||||
"sphinx_rtd_theme==0.4.2",
|
||||
"sphinx==1.8.4",
|
||||
"sphinx_rtd_theme==0.4.3",
|
||||
"sphinxcontrib-asyncio==0.2.0",
|
||||
"sphinxcontrib-websupport==1.1.0",
|
||||
"urllib3==1.24.1",
|
||||
|
||||
Reference in New Issue
Block a user