mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
Dependency update (#2100)
aiohttp-json-rpc 0.11 -> 0.11.1 atomicwrites 1.1.5 -> 1.2.1 attrs 18.1.0 -> 18.2.0 certifi 2018.4.16 -> 2018.8.24 discord.py 8ccb98d395537b1c9acc187e1647dfdd07bb831b -> 00a659c6526b2445162b52eaf970adbd22c6d35d fuzzywuzzy 0.16.0 -> 0.17.0 imagesize 1.0.0 -> 1.1.0 multidict 4.3.1 -> 4.4.0 py 1.5.4 -> 1.6.0 pytest 3.7.0 -> 3.7.4 sphinx 1.7.6 -> 1.7.8 Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
20
setup.py
20
setup.py
@@ -6,19 +6,19 @@ from distutils.errors import CCompilerError, DistutilsPlatformError
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
requirements = [
|
||||
"aiohttp-json-rpc==0.11",
|
||||
"aiohttp-json-rpc==0.11.1",
|
||||
"aiohttp==3.3.2",
|
||||
"appdirs==1.4.3",
|
||||
"async-timeout==3.0.0",
|
||||
"attrs==18.1.0",
|
||||
"attrs==18.2.0",
|
||||
"chardet==3.0.4",
|
||||
"colorama==0.3.9",
|
||||
"discord.py>=1.0.0a0",
|
||||
"distro==1.3.0; sys_platform == 'linux'",
|
||||
"fuzzywuzzy==0.16.0",
|
||||
"fuzzywuzzy==0.17.0",
|
||||
"idna-ssl==1.1.0",
|
||||
"idna==2.7",
|
||||
"multidict==4.3.1",
|
||||
"multidict==4.4.0",
|
||||
"python-levenshtein==0.12.0",
|
||||
"pyyaml==3.13",
|
||||
"raven==6.9.0",
|
||||
@@ -99,11 +99,11 @@ if __name__ == "__main__":
|
||||
dependency_links=get_dependency_links(),
|
||||
extras_require={
|
||||
"test": [
|
||||
"atomicwrites==1.1.5",
|
||||
"atomicwrites==1.2.1",
|
||||
"more-itertools==4.3.0",
|
||||
"pluggy==0.7.1",
|
||||
"py==1.5.4",
|
||||
"pytest==3.7.0",
|
||||
"py==1.6.0",
|
||||
"pytest==3.7.4",
|
||||
"pytest-asyncio==0.9.0",
|
||||
"six==1.11.0",
|
||||
],
|
||||
@@ -111,9 +111,9 @@ if __name__ == "__main__":
|
||||
"docs": [
|
||||
"alabaster==0.7.11",
|
||||
"babel==2.6.0",
|
||||
"certifi==2018.4.16",
|
||||
"certifi==2018.8.24",
|
||||
"docutils==0.14",
|
||||
"imagesize==1.0.0",
|
||||
"imagesize==1.1.0",
|
||||
"Jinja2==2.10",
|
||||
"MarkupSafe==1.0",
|
||||
"packaging==17.1",
|
||||
@@ -125,7 +125,7 @@ if __name__ == "__main__":
|
||||
"urllib3==1.23",
|
||||
"six==1.11.0",
|
||||
"snowballstemmer==1.2.1",
|
||||
"sphinx==1.7.6",
|
||||
"sphinx==1.7.8",
|
||||
"sphinx_rtd_theme==0.4.1",
|
||||
"sphinxcontrib-asyncio==0.2.0",
|
||||
"sphinxcontrib-websupport==1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user