Skip to content

Commit

Permalink
chg: bump deps (playwright), version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 28, 2023
1 parent abd6df6 commit 1ab77bf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
68 changes: 34 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "lacus"
version = "1.2.0"
version = "1.3.0"
description = " A capturing system using playwright, as a web service."
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/ail-project/Lacus"

[tool.poetry.scripts]
start = "bin.start:main"
Expand All @@ -21,7 +22,7 @@ redis = {version = "^4.5.1", extras = ["hiredis"]}
flask-restx = "^1.0.6"
werkzeug = "^2.2.3"
gunicorn = "^20.1.0"
lacuscore = "^1.2.7"
lacuscore = "^1.3.0"
rich = "^13.3.1"
psutil = "^5.9.4"

Expand Down

0 comments on commit 1ab77bf

Please sign in to comment.