Skip to content

Commit ab6c696

Browse files
committed
.
1 parent b2c45b9 commit ab6c696

File tree

6 files changed

+328
-4
lines changed

6 files changed

+328
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**/.data
2+
13
### general template
24
**/.idea
35

apps/scrapy-spiders

apps/simple-spiders

apps/uni-api

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ pydantic-settings = "^2.5.2"
4141
gerapy = "^0.9.13"
4242
js2py = "^0.74"
4343
apitally = {extras = ["fastapi"], version = "^0.13.0"}
44+
pythonmonkey = "^1.0.0"
45+
py-mini-racer = "^0.6.0"
46+
python-slugify = "^8.0.4"
4447

4548

4649
[build-system]

0 commit comments

Comments
 (0)