File tree Expand file tree Collapse file tree
src/python_threadsafe_logger.egg-info Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Requires-Python: >=3.8
66Description-Content-Type: text/markdown
77Requires-Dist: python-dotenv>=1.0.0
88Requires-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
1010Provides-Extra: dev
1111Requires-Dist: pytest>=7.0; extra == "dev"
1212Requires-Dist: setuptools; extra == "dev"
Original file line number Diff line number Diff line change 11python-dotenv>=1.0.0
22async-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]
66pytest>=7.0
You can’t perform that action at this time.
0 commit comments