first comit
This commit is contained in:
26
.ipynb_checkpoints/pyproject-checkpoint.toml
Normal file
26
.ipynb_checkpoints/pyproject-checkpoint.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[project]
|
||||
name = "demo-concurrence"
|
||||
version = "0.1.0"
|
||||
description = "Démonstration sur la concurrence en Python (AsyncIO et Multiprocessing)"
|
||||
authors = [
|
||||
{name = "Your Name", email = "you@example.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
keywords = ["asyncio", "concurrency", "multiprocessing"]
|
||||
requires-python = ">=3.13"
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.13"
|
||||
requests = "^2.31.0"
|
||||
aiohttp = "^3.9.1"
|
||||
aiofiles = "^23.2.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user