File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 108108#
109109html_theme = "sphinx_rtd_theme"
110110
111- # This will be needed until sphinx_rtd_theme supports the html5 writer
112- html4_writer = True
113-
114111# Theme options are theme-specific and customize the look and feel of a theme
115112# further. For a list of options available for each theme, see the
116113# documentation.
Original file line number Diff line number Diff line change @@ -33,81 +33,83 @@ packages = find_namespace:
3333python_requires = >=3.8.1
3434install_requires =
3535 aiohttp ==3.6.2
36- aiohttp-json-rpc ==0.12.3
37- aiosqlite ==0.11 .0
38- appdirs ==1.4.3
36+ aiohttp-json-rpc ==0.13.1
37+ aiosqlite ==0.15 .0
38+ appdirs ==1.4.4
3939 apsw-wheels ==3.30.1.post3
4040 async-timeout ==3.0.1
4141 attrs ==19.3.0
4242 Babel ==2.8.0
4343 chardet ==3.0.4
44- click ==7.1.1
44+ click ==7.1.2
4545 colorama ==0.4.3
46- contextlib2 ==0.5.5
46+ contextlib2 ==0.6.0.post1
4747 discord.py ==1.3.4
4848 distro ==1.5.0; sys_platform == "linux"
4949 fuzzywuzzy ==0.18.0
50- idna ==2.9
51- multidict ==4.7.5
50+ idna ==2.10
51+ multidict ==4.7.6
5252 python-Levenshtein-wheels ==0.13.1
53- pytz ==2019.3
53+ pytz ==2020.1
5454 PyYAML ==5.3.1
5555 Red-Lavalink ==0.5.1
56- schema ==0.7.1
57- tqdm ==4.45.0
56+ schema ==0.7.2
57+ tqdm ==4.48.0
58+ typing-extensions ==3.7.4.2
5859 uvloop ==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
5960 websockets ==8.1
60- yarl ==1.4.2
61+ yarl ==1.5.0
6162
6263[options.extras_require]
6364docs =
6465 alabaster ==0.7.12
65- certifi ==2019.11.28
66+ certifi ==2020.6.20
6667 docutils ==0.16
6768 imagesize ==1.2.0
68- Jinja2 ==2.11.1
69+ Jinja2 ==2.11.2
6970 MarkupSafe ==1.1.1
70- packaging ==20.3
71+ packaging ==20.4
7172 Pygments ==2.6.1
72- pyparsing ==2.4.6
73- requests ==2.23 .0
74- six ==1.14 .0
73+ pyparsing ==2.4.7
74+ requests ==2.24 .0
75+ six ==1.15 .0
7576 snowballstemmer ==2.0.0
76- Sphinx ==2.4.4
77- sphinx-rtd-theme ==0.4.3
77+ Sphinx ==3.1.2
78+ sphinx-rtd-theme ==0.5.0
7879 sphinxcontrib-applehelp ==1.0.2
7980 sphinxcontrib-devhelp ==1.0.2
8081 sphinxcontrib-htmlhelp ==1.0.3
8182 sphinxcontrib-jsmath ==1.0.1
8283 sphinxcontrib-qthelp ==1.0.3
8384 sphinxcontrib-serializinghtml ==1.1.4
84- sphinxcontrib-trio ==1.1.1
85- urllib3 ==1.25.8
85+ sphinxcontrib-trio ==1.1.2
86+ urllib3 ==1.25.10
8687postgres =
8788 asyncpg ==0.20.1
8889style =
8990 black ==19.10b0
90- pathspec ==0.7 .0
91- regex ==2020.4.4
92- toml ==0.10.0
91+ pathspec ==0.8 .0
92+ regex ==2020.7.14
93+ toml ==0.10.1
9394 typed-ast ==1.4.1
9495test =
95- astroid ==2.3.3
96+ astroid ==2.4.2
9697 isort ==4.3.21
9798 lazy-object-proxy ==1.4.3
9899 mccabe ==0.6.1
99- more-itertools ==8.2 .0
100- packaging ==20.3
100+ more-itertools ==8.4 .0
101+ packaging ==20.4
101102 pluggy ==0.13.1
102- py ==1.8.1
103- pylint ==2.4.4
104- pyparsing ==2.4.6
105- pytest ==5.4.1
106- pytest-asyncio ==0.10.0
107- pytest-mock ==3.0.0
108- six ==1.14.0
109- wcwidth ==0.1.9
110- wrapt ==1.11.2
103+ py ==1.9.0
104+ pylint ==2.5.3
105+ pyparsing ==2.4.7
106+ pytest ==5.4.3
107+ pytest-asyncio ==0.14.0
108+ pytest-mock ==3.2.0
109+ six ==1.15.0
110+ toml ==0.10.1
111+ wcwidth ==0.2.5
112+ wrapt ==1.12.1
111113
112114[options.entry_points]
113115console_scripts =
You can’t perform that action at this time.
0 commit comments