feat: Moved to uv packet manager

This commit is contained in:
AURUMVORXX
2025-07-15 20:43:31 +05:00
parent 18706e982c
commit acfa97de6f
3 changed files with 10 additions and 8 deletions

3
.gitignore vendored
View File

@@ -16,4 +16,5 @@ __pycache__/
# VS Code
/.vscode/
/source/.vscode/
/source/.vscode/
src/PyG2O.egg-info/

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

View File

@@ -1,9 +1,9 @@
[tool.poetry]
[project]
name = "PyG2O"
version = "2.3.0"
description = ""
authors = ["AURUMVORAX <aurumvorax.enthroned@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.13"
websockets = "^15.0.1"
description = ""
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"websockets>=15.0.1",
]