We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9207f3 commit 3e90757Copy full SHA for 3e90757
.gitignore
@@ -2,4 +2,5 @@
2
.pytest_cache
3
.ipynb_checkpoints
4
.env
5
-.venv
+.venv
6
+.idea
py-packages/engine/pyproject.toml
@@ -3,7 +3,7 @@ authors = ["Daven Quinn <[email protected]>"]
description = "An API server application for the Corelle plate-rotation system"
license = "MIT"
name = "corelle.engine"
-version = "2.0.0"
+version = "2.0.1"
7
8
packages = [{ include = "corelle" }]
9
@@ -21,9 +21,9 @@ numpy-quaternion = "^2022.4.2"
21
psycopg2-binary = "^2.9.5"
22
python = "^3.9"
23
rich = "^12.6.0||^13.0.0"
24
-typer = "^0.7.0||^0.8.0||^0.9.0"
+typer = "^0.7.0||^0.8.0||^0.9.0||^0.10.0||^0.11.0||^0.12.0"
25
wget = "^3.2"
26
-geoalchemy2 = "^0.14.0"
+geoalchemy2 = "^0.14.0||^0.15.0"
27
28
[tool.poetry.dev-dependencies]
29
0 commit comments