grr i hate rtd
This commit is contained in:
parent
4d5005256b
commit
d4493dd12c
|
|
@ -12,13 +12,13 @@
|
||||||
#
|
#
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
sys.path.insert(0, os.path.abspath('.'))
|
sys.path.insert(0, os.path.abspath('../'))
|
||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'Pomice'
|
project = 'Pomice'
|
||||||
copyright = '2022, cloudwithax'
|
copyright = '2023, cloudwithax'
|
||||||
author = 'cloudwithax'
|
author = 'cloudwithax'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
git+https://github.com/Rapptz/discord.py
|
discord.py[voice]
|
||||||
|
aiohttp
|
||||||
|
orjson
|
||||||
Loading…
Reference in New Issue