grr i hate rtd

This commit is contained in:
cloudwithax 2023-02-10 18:57:01 -05:00
parent 4d5005256b
commit d4493dd12c
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -1 +1,3 @@
git+https://github.com/Rapptz/discord.py discord.py[voice]
aiohttp
orjson