Skip to content

Commit

Permalink
added loggext to the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Barakudum committed Sep 30, 2024
1 parent 5a3d778 commit db3d83f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
15 changes: 8 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ verify_ssl = true
name = "pypi"

[packages]
flask = "*"
pillow = "*"
config-library = {extras = ["validation", "yaml"], version = "*"}
filelock = "*"
flask = "*"
flask-compress = "*"
waitress = "*"
loggext = "*"
pillow = "*"
pydantic = "*"
pystatx = { version = "*", markers="sys_platform != 'win32'" }
schedule = "*"
undertext = "*"
waitress = "*"
wcmatch = "*"
werkzeug = "*"
pystatx = { version = "*", markers="sys_platform != 'win32'" }
undertext = "*"
filelock = "*"
pydantic = "*"

[dev-packages]
better-exceptions = "*"
Expand Down
17 changes: 13 additions & 4 deletions Pipfile.lock

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

0 comments on commit db3d83f

Please sign in to comment.