Skip to content

Commit

Permalink
including production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 25, 2024
1 parent 8c58c69 commit f94e971
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 96 deletions.
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ verify_ssl = true
name = "pypi"

[packages]
blinker = "==1.4"
click = "==7.1.2"
flask = "==1.1.2"
flask-debugtoolbar = "==0.11.0"
itsdangerous = "==1.1.0"
jinja2 = "==2.11.3"
markupsafe = "==1.1.1"
blinker = "*"
click = "*"
flask = "==3.1.0"
flask-debugtoolbar = "*"
itsdangerous = "*"
jinja2 = "*"
markupsafe = "*"
python-dotenv = "==0.16.0"
werkzeug = "==1.0.1"
pytest = "*"
pytest-flask = "*"
coverage = "*"
dnspython = "==2.7.0"
dnspython = "*"
pymongo = {extras = ["tls", "srv"], version = "==4.10.0"}
gunicorn = "*"

[dev-packages]

Expand Down
198 changes: 117 additions & 81 deletions Pipfile.lock

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

Loading

0 comments on commit f94e971

Please sign in to comment.