Skip to content

Commit c1e35e4

Browse files
committed
Drop dependency on python-gnupg
According to the git log, this dependency was added for Foreman deployments. However, we shouldn't add dependencies that are only required for DevOps in the requirements of the package itself, since it's perfectly possible to deploy the server using other means as well. Supersedes #6
1 parent f0800db commit c1e35e4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ dependencies = [
3737
"Flask>=3.1.0",
3838
"Jinja2>=3.1.0",
3939
"MarkupSafe>=3.0.0",
40-
"python-gnupg>=0.3.7",
4140
"PyYAML>=6.0.0",
4241
"requests",
4342
"SQLAlchemy==1.3.24",

requirements.client.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Flask==3.1.2
99
itsdangerous==2.2.0
1010
Jinja2==3.1.6
1111
MarkupSafe==3.0.3
12-
python-gnupg==0.3.7
1312
pytz==2016.10
1413
SQLAlchemy==1.3.24
1514
Werkzeug==3.1.3

0 commit comments

Comments
 (0)