forked from MarseyWorld/MarseyWorld
remove leftover regex dependancy
parent
f35bfca450
commit
2890630064
|
@ -1,6 +1,5 @@
|
|||
import random
|
||||
import re
|
||||
import regex
|
||||
from random import choice, choices
|
||||
from typing import List, Optional, Union
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@ pyotp
|
|||
pywebpush
|
||||
qrcode
|
||||
redis
|
||||
regex
|
||||
requests
|
||||
SQLAlchemy
|
||||
tinycss2
|
||||
|
|
Loading…
Reference in New Issue