We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fde061 commit fd9198eCopy full SHA for fd9198e
pyproject.toml
@@ -10,15 +10,15 @@ name = "nanposweb"
10
description = "A simple point of sale system for drinks"
11
requires-python= ">=3.9"
12
license = {text = "MIT"}
13
-version = "1.3.2"
+version = "1.3.3"
14
dependencies = [
15
- "Flask==2.2.3",
+ "Flask>=3.1.0",
16
"Flask-SQLAlchemy",
17
- "Flask-Login",
+ "Flask-Login>=0.6.2",
18
"Flask-WTF",
19
"Flask-Principal",
20
"psycopg2-binary",
21
- "werkzeug==2.2.3",
+ "werkzeug>=3.1.0",
22
]
23
24
[project.optional-dependencies]
0 commit comments