Skip to content

Commit

Permalink
Merge branch 'webapp' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaryss committed Nov 20, 2022
2 parents adbcdfd + a354fd1 commit 801d6c0
Show file tree
Hide file tree
Showing 13 changed files with 11,734 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,16 @@ cython_debug/
#lock fle with current dependencies
poetry.lock

/.github

# jupyter tests
tech_tests.ipynb
/examples/random_test.ipynb

/home_tests
/pyquac/good_case.csv
/pyquac/ddd.csv
/pyquac/jyp_app.ipynb
.vscode
/examples/random_test.ipynb
/.vscode
/pyquac/good_case.csv
/pyquac/very_good.csv
/pyquac/research.ipynb
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dash = ">=1.21.0"
jupyter-dash = ">=0.4.0"
PeakUtils = ">=1.3.3"
matplotlib = "^3.5.2"
dash-bootstrap-components = "^1.2.1"
dash-bootstrap-templates = "^1.0.7"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand All @@ -28,6 +30,9 @@ pytest-sugar = "^0.9.4"
pytest-clarity = "^1.0.1"
notebook = "^6.4.12"
jupyter = "^1.0.0"
pydantic = "^1.10.2"
pylint = "2.13.9"
black = "^22.10.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit 801d6c0

Please sign in to comment.