mirror of
https://github.com/Sean-S-Wang/christian_crusader_discord.git
synced 2026-01-08 22:17:54 -05:00
Simplified environment.yml and imported re
This commit is contained in:
@@ -2,6 +2,7 @@ from discord.ext.commands import Bot
|
||||
from discord import Game
|
||||
import random
|
||||
from pathlib import Path
|
||||
import re
|
||||
|
||||
|
||||
BOT_PREFIX = "+"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user