Semaine 7
This commit is contained in:
10
Semaine_07/Jour_03/python/connector/pyproject.toml
Normal file
10
Semaine_07/Jour_03/python/connector/pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "connector"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"mysql-connector-python>=9.6.0",
|
||||
"python-dotenv>=1.2.2",
|
||||
]
|
||||
Reference in New Issue
Block a user