Skip to content

Commit

Permalink
Remove regexp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Dec 2, 2024
1 parent 3aa65ac commit aaaefca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ install_requires =
aiofile
async_lru
packaging
regex
filetype
package_dir =
=src
Expand Down
4 changes: 2 additions & 2 deletions src/aerovaldb/utils/string_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import regex as re

# import regex as re
import re

PATH_COMPONENT_PATTERN = re.compile(r"^[^/]+$", flags=re.UNICODE)

Expand Down
7 changes: 0 additions & 7 deletions tests/utils/test_uri.py

This file was deleted.

0 comments on commit aaaefca

Please sign in to comment.