✨ Prepare for Heroku
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import discord
|
import discord
|
||||||
import asyncio
|
import asyncio
|
||||||
import pickle
|
#import pickle
|
||||||
import codecs
|
import codecs
|
||||||
import string
|
import string
|
||||||
import json
|
import json
|
||||||
|
@ -2,7 +2,7 @@ import lxml.etree # Used by imageFunc
|
|||||||
import re # Used by roll_dice
|
import re # Used by roll_dice
|
||||||
import datetime # Used by helloFunc
|
import datetime # Used by helloFunc
|
||||||
import json # Used by spellFunc
|
import json # Used by spellFunc
|
||||||
import random # Used by imageFunc
|
#import random # Used by imageFunc
|
||||||
import urllib # Used by imageFunc
|
import urllib # Used by imageFunc
|
||||||
import imdb # Used by movieFunc
|
import imdb # Used by movieFunc
|
||||||
import time # Used for logging
|
import time # Used for logging
|
||||||
|
8
requirements.txt
Normal file
8
requirements.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
discord.py==1.3.4
|
||||||
|
async-timeout==3.0.1
|
||||||
|
lxml==4.5.0
|
||||||
|
urllib3==1.25.8
|
||||||
|
IMDbPY==6.8
|
||||||
|
wikia==1.4.4
|
||||||
|
Pillow==7.1.1
|
||||||
|
numpy==1.18.2
|
Reference in New Issue
Block a user