Skip to content

Commit

Permalink
updated and sorted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Barakudum committed Oct 9, 2024
1 parent 73b48ee commit c84ea74
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 114 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ verify_ssl = true
name = "pypi"

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

[dev-packages]
better-exceptions = "*"
Expand Down
205 changes: 99 additions & 106 deletions Pipfile.lock

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

0 comments on commit c84ea74

Please sign in to comment.