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 json import loads
|
||||
from collections import Counter
|
||||
|
||||
import nltk
|
||||
nltk.download('words')
|
||||
|
||||
from nltk.corpus import words
|
||||
|
||||
words = set(WORDLE_LIST) | set(words.words())
|
||||
|
|
|
@ -11,6 +11,7 @@ gunicorn
|
|||
lxml
|
||||
mistletoe
|
||||
matplotlib
|
||||
nltk
|
||||
Pillow
|
||||
psutil
|
||||
pyotp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue