Skip to content

Commit

Permalink
Merge pull request #8 from lbox-kr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kycho-dev authored May 18, 2021
2 parents 62a70e1 + 192962a commit 0c3cf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions foxylib/tools/regex/regex_tool.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from abc import ABC, abstractmethod

import re
from functools import lru_cache

Expand All @@ -9,7 +7,6 @@
from foxylib.tools.collections.collections_tool import l_singleton2obj, lchain
from foxylib.tools.log.logger_tool import FoxylibLogger
from foxylib.tools.native.class_tool import cls2name
from foxylib.tools.native.object_tool import obj2cls
from foxylib.tools.span.span_tool import SpanTool, list_span2sublist
from foxylib.tools.string.string_tool import format_str

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
install_requires = [
"future==0.17.1",
"nose==1.3.7",
"pyyaml==5.2",
"pyyaml==5.4.1",
"python-dateutil==2.8.0",
"Jinja2==2.10.1",
"ply==3.11",

"uritemplate==3.0.0",

"pytz==2019.3",
"requests==2.22.0",
"requests==2.25.1",
"elasticsearch==7.0.1",
"beautifulsoup4==4.7.1",
"frozendict==1.2",
"dill==0.3.0",
"pymongo==3.8.0",
"pytz==2019.3",
"iso3166==1.0",
"pytest==5.2.2",
"pytest==6.2.4",
"PyGithub==1.44.1",
]

Expand Down

0 comments on commit 0c3cf23

Please sign in to comment.