xcv
This commit is contained in:
parent
05c1bd713b
commit
632e875101
2 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,10 @@ import requests
|
||||||
from shutil import copyfile
|
from shutil import copyfile
|
||||||
from json import loads
|
from json import loads
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
|
|
||||||
|
import nltk
|
||||||
|
nltk.download('words')
|
||||||
|
|
||||||
from nltk.corpus import words
|
from nltk.corpus import words
|
||||||
|
|
||||||
words = set(WORDLE_LIST) | set(words.words())
|
words = set(WORDLE_LIST) | set(words.words())
|
||||||
|
|
|
@ -11,6 +11,7 @@ gunicorn
|
||||||
lxml
|
lxml
|
||||||
mistletoe
|
mistletoe
|
||||||
matplotlib
|
matplotlib
|
||||||
|
nltk
|
||||||
Pillow
|
Pillow
|
||||||
psutil
|
psutil
|
||||||
pyotp
|
pyotp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue