Skip to content

Commit 76b107f

Browse files
committed
Renamed...
1 parent 659b5dd commit 76b107f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"python-dotenv>=1.0.0",
1313
# Installation des backends directement depuis GitHub
1414
"async-sqlite-queue @ git+https://github.com/venantvr-pubsub/Python.SQLite.Async.git",
15-
"python-jsonl-queue @ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git"
15+
"async-jsonl-queue @ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git"
1616
]
1717

1818
[project.optional-dependencies]

src/python_threadsafe_logger.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires-Python: >=3.8
66
Description-Content-Type: text/markdown
77
Requires-Dist: python-dotenv>=1.0.0
88
Requires-Dist: async-sqlite-queue@ git+https://github.com/venantvr-pubsub/Python.SQLite.Async.git
9-
Requires-Dist: python-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git
9+
Requires-Dist: async-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git
1010
Provides-Extra: dev
1111
Requires-Dist: pytest>=7.0; extra == "dev"
1212
Requires-Dist: setuptools; extra == "dev"

src/python_threadsafe_logger.egg-info/requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dotenv>=1.0.0
22
async-sqlite-queue@ git+https://github.com/venantvr-pubsub/Python.SQLite.Async.git
3-
python-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git
3+
async-jsonl-queue@ git+https://github.com/venantvr-pubsub/Python.JSONL.Async.git
44

55
[dev]
66
pytest>=7.0

0 commit comments

Comments
 (0)