Skip to content

Commit

Permalink
Pandoc docs and Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Oct 1, 2024
1 parent c0a09d2 commit db05faf
Show file tree
Hide file tree
Showing 12 changed files with 1,118 additions and 731 deletions.
9 changes: 6 additions & 3 deletions docs/dapi.html

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions docs/dapi/auth.html

Large diffs are not rendered by default.

334 changes: 334 additions & 0 deletions docs/dapi/auth/auth.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dapi/db.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dapi/db/config.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/dapi/db/db.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/dapi/jobs.html

Large diffs are not rendered by default.

127 changes: 66 additions & 61 deletions docs/dapi/jobs/dir.html

Large diffs are not rendered by default.

861 changes: 370 additions & 491 deletions docs/dapi/jobs/jobs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

247 changes: 85 additions & 162 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ readme = "README.md"
packages = [{include = "dapi"}]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
tqdm = "^4.66.1"
exceptiongroup = "^1.2.0"
pymysql = "^1.1.0"
sqlalchemy = "^2.0.23"
tapipy = "^1.6.1"
python-dotenv = "^1.0.1"
pandas = "~2.0.3"
numpy = "^2.1.1"
pandas = "^2.2.3"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit db05faf

Please sign in to comment.