Skip to content

Commit db05faf

Browse files
committed
Pandoc docs and Python 3.10
1 parent c0a09d2 commit db05faf

File tree

12 files changed

+1118
-731
lines changed

12 files changed

+1118
-731
lines changed

docs/dapi.html

Lines changed: 6 additions & 3 deletions
Large diffs are not rendered by default.

docs/dapi/auth.html

Lines changed: 242 additions & 0 deletions
Large diffs are not rendered by default.

docs/dapi/auth/auth.html

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.

docs/dapi/db.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/dapi/db/config.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/dapi/db/db.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/dapi/jobs.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/dapi/jobs/dir.html

Lines changed: 66 additions & 61 deletions
Large diffs are not rendered by default.

docs/dapi/jobs/jobs.html

Lines changed: 370 additions & 491 deletions
Large diffs are not rendered by default.

docs/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 85 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ readme = "README.md"
1111
packages = [{include = "dapi"}]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.9"
14+
python = "^3.10"
1515
tqdm = "^4.66.1"
1616
exceptiongroup = "^1.2.0"
1717
pymysql = "^1.1.0"
1818
sqlalchemy = "^2.0.23"
1919
tapipy = "^1.6.1"
2020
python-dotenv = "^1.0.1"
21-
pandas = "~2.0.3"
21+
numpy = "^2.1.1"
22+
pandas = "^2.2.3"
2223

2324

2425
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)