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 fed3b58 commit d70af04Copy full SHA for d70af04
pyproject.toml
@@ -58,15 +58,15 @@ lnt = "lnt.lnttool:main"
58
59
[project.optional-dependencies]
60
server = [
61
- "gunicorn>=19.9.0",
+ "gunicorn",
62
"psycopg2>=2.9.0",
63
]
64
dev = [
65
"build",
66
"filecheck",
67
"Flake8-pyproject",
68
"flake8",
69
70
"lit",
71
72
"tox",
requirements.server.txt
@@ -2,5 +2,5 @@
2
# The server has more requirements than the client.
3
.
4
-r requirements.client.txt
5
-gunicorn==19.9.0
+gunicorn==23.0.0
6
psycopg2==2.9.10
0 commit comments