Add mistune, pygments, regex pips.
This commit is contained in:
parent
bf9d02d966
commit
cbdfb7fd4c
1 changed files with 4 additions and 2 deletions
|
@ -6,12 +6,14 @@ flake8
|
||||||
flask
|
flask
|
||||||
gevent
|
gevent
|
||||||
google-api-python-client
|
google-api-python-client
|
||||||
# For BS4 parsing
|
|
||||||
lxml
|
|
||||||
isodate
|
isodate
|
||||||
|
lxml # For BS4 parsing
|
||||||
|
mistune
|
||||||
pillow
|
pillow
|
||||||
pycryptodome
|
pycryptodome
|
||||||
|
pygments
|
||||||
qrcode
|
qrcode
|
||||||
|
regex
|
||||||
requests
|
requests
|
||||||
send2trash
|
send2trash
|
||||||
tenacity
|
tenacity
|
||||||
|
|
Loading…
Reference in a new issue