Prepare for Heroku

This commit is contained in:
NikolajDanger
2020-08-02 23:18:31 +02:00
parent 8a09e0043e
commit 01291f8f5e
4 changed files with 11 additions and 2 deletions

View File

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

1
Procfile Normal file
View File

@ -0,0 +1 @@
worker: python Gwendolyn.py

View File

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