Simplified environment.yml and imported re

This commit is contained in:
Sean Wang
2019-03-22 03:25:27 -04:00
parent 32a132f655
commit cea7b21452
2 changed files with 1 additions and 17 deletions

View File

@@ -2,6 +2,7 @@ from discord.ext.commands import Bot
from discord import Game
import random
from pathlib import Path
import re
BOT_PREFIX = "+"

View File

@@ -14,30 +14,13 @@ dependencies:
- pip:
- aiohttp==1.0.5
- async-timeout==3.0.1
- blis==0.2.4
- cached-property==1.5.1
- chardet==3.0.4
- cymem==2.0.2
- discord==0.16.12
- discord-py==0.16.12
- idna==2.8
- jsonschema==2.6.0
- multidict==4.5.2
- murmurhash==1.0.2
- numpy==1.16.2
- ordered-set==3.1
- ordered-set-stubs==0.1.3
- plac==0.9.6
- preshed==2.0.1
- profanity-check==1.0.2
- requests==2.21.0
- scikit-learn==0.20.2
- scipy==1.2.1
- spacy==2.1.1
- srsly==0.0.5
- thinc==7.0.4
- tqdm==4.31.1
- urllib3==1.24.1
- wasabi==0.1.4
- websockets==3.4