Skip to content

Commit

Permalink
using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
B-2U committed Mar 6, 2024
1 parent 5abcb40 commit 3254bad
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

DB
.env
recent_DB/players/*
user_data/*
web_src/*
**/*.hbs.json
temp/
webdriver/*
test_res/
.vscode

# poetry

poetry.lock

# Added by cargo

/target
18 changes: 18 additions & 0 deletions venv_renderer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "venv-renderer"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
apscheduler = "^3.10.4"
pystache = "^0.6.5"
quart = "^0.19.4"
playwright = "^1.42.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Empty file added venv_renderer/tests/__init__.py
Empty file.
Empty file.

0 comments on commit 3254bad

Please sign in to comment.