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 # VS Code
/.vscode/ /.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" name = "PyG2O"
version = "2.3.0" version = "2.3.0"
description = "" description = ""
authors = ["AURUMVORAX <aurumvorax.enthroned@gmail.com>"] readme = "README.md"
requires-python = ">=3.13"
[tool.poetry.dependencies] dependencies = [
python = "^3.13" "websockets>=15.0.1",
websockets = "^15.0.1" ]