Skip to content

Commit

Permalink
updated proj depednancies finished tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Jan 26, 2024
1 parent 9fe35b2 commit 275619d
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 228 deletions.
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


ConceptEV Specific Instructions
-------------
-------------------------------
.. WARNING::
Beware this api is in a state of rapid to change and should be considered unstable.

Expand All @@ -20,7 +20,7 @@ You need to:


Configure Session using .env file
^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

you need to create a .env file to keep your password and other configurable data it should look something like this:
.. code-block:: bash
Expand Down
14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.11,<4.0"
python = ">=3.9,<4.0"
importlib-metadata = {version = "^7.0", python = "<3.8"}
python-dotenv = "^1.0.0"
plotly = "^5.18.0"
Expand All @@ -44,20 +44,24 @@ optional = true
[tool.poetry.group.tests.dependencies]
pytest = "^7.3.0"
pytest-cov = "^4.0.0"

pytest-httpx = "^0.28.0"
pytest-mock = "^3.12.0"
# Optional build requirements

[tool.poetry.group.build]
optional = true
[tool.poetry.group.build.dependencies]
build = "^1.0.3"
twine = "^4.0.2"


[tool.poetry.group.test.dependencies]
pytest-httpx = "^0.28.0"
pytest-mock = "^3.12.0"



[tool.poetry.group.dev.dependencies]
tox = "^4.12.1"
pytest-cov = "^4.1.0"

[tool.black]
line-length = 100

Expand Down
Loading

0 comments on commit 275619d

Please sign in to comment.