Инициализация проекта

This commit is contained in:
2025-05-12 12:10:00 +03:00
commit 674672f4cb
7 changed files with 199 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pandas = "*"
[dev-packages]
[requires]
python_version = "3.12"