Skip to content

Commit 659b5dd

Browse files
committed
Renamed...
1 parent ff15a0f commit 659b5dd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ dependencies = [
1818
[project.optional-dependencies]
1919
dev = [
2020
"pytest>=7.0",
21+
"setuptools"
2122
]

src/python_threadsafe_logger.egg-info/PKG-INFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Requires-Dist: async-sqlite-queue@ git+https://github.com/venantvr-pubsub/Python
99
Requires-Dist: python-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git
1010
Provides-Extra: dev
1111
Requires-Dist: pytest>=7.0; extra == "dev"
12+
Requires-Dist: setuptools; extra == "dev"
1213

1314
# Python Threadsafe Logger
1415

src/python_threadsafe_logger.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ python-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.gi
44

55
[dev]
66
pytest>=7.0
7+
setuptools

0 commit comments

Comments
 (0)