Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ fastapi-utilities
python-dotenv
motor[srv]
beanie
uvicorn
uvicorn
pyyaml
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cocktailberry-webapp"
version = "1.3.0"
version = "1.4.1"
description = "WebApp with API and endpoint for CocktailBerry. Have insights into made cocktails."
authors = [{name="Andre Wohnsland", email="<50302161+AndreWohnsland@users.noreply.github.com>"}]
license = "MIT"
Expand All @@ -11,6 +11,7 @@ dependencies = [
"pandas>=2.3.2",
"plotly>=6.3.0",
"python-dotenv>=1.1.1",
"pyyaml>=6.0.2",
"requests>=2.32.5",
"slowapi>=0.1.9",
"streamlit>=1.48.1",
Expand Down
Loading