File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/python_threadsafe_logger.egg-info Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ dependencies = [
1818[project .optional-dependencies ]
1919dev = [
2020 " pytest>=7.0" ,
21+ " setuptools"
2122]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Requires-Dist: async-sqlite-queue@ git+https://github.com/venantvr-pubsub/Python
99Requires-Dist: python-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git
1010Provides-Extra: dev
1111Requires-Dist: pytest>=7.0; extra == "dev"
12+ Requires-Dist: setuptools; extra == "dev"
1213
1314# Python Threadsafe Logger
1415
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ python-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.gi
44
55[dev]
66pytest>=7.0
7+ setuptools
You can’t perform that action at this time.
0 commit comments