feat: Moved to uv packet manager
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ __pycache__/
|
||||
|
||||
/.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"
|
||||
version = "2.3.0"
|
||||
description = ""
|
||||
authors = ["AURUMVORAX <aurumvorax.enthroned@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.13"
|
||||
websockets = "^15.0.1"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"websockets>=15.0.1",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user