feat: Moved to uv packet manager
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ __pycache__/
|
|||||||
|
|
||||||
/.vscode/
|
/.vscode/
|
||||||
/source/.vscode/
|
/source/.vscode/
|
||||||
|
src/PyG2O.egg-info/
|
||||||
|
|||||||
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.13
|
||||||
@@ -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"
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user