remove leftover regex dependancy

pull/115/head
Aevann 4 months ago
parent f35bfca450
commit 2890630064
  1. 1
      files/helpers/regex.py
  2. 1
      requirements.txt

@ -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…
Cancel
Save