Compare commits

..

No commits in common. "01d5d9801c5d9db33cc6737c3d62ad1f71ee4a2f" and "e5aec24751cf59b9c595091ffcc82b6d1137d76a" have entirely different histories.

View File

@ -7,9 +7,6 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/onyx-and-iris/xair-api-python"
[tool.poetry.requires-plugins]
poethepoet = "^0.32.1"
[tool.poetry.dependencies]
python = "^3.10"
python-osc = "^1.8.0"
@ -26,12 +23,12 @@ virtualenv-pyenv = "^0.5.0"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poe.tasks]
obs.script = "scripts:ex_obs"
sends.script = "scripts:ex_sends"
xair.script = "scripts:test_xair"
x32.script = "scripts:test_x32"
all.script = "scripts:test_all"
[tool.poetry.scripts]
obs = "scripts:ex_obs"
sends = "scripts:ex_sends"
xair = "scripts:test_xair"
x32 = "scripts:test_x32"
all = "scripts:test_all"
[tool.tox]
legacy_tox_ini = """