Skip to content
Open
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
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Future release
--------------

* Support for ERO on the client (no server side yet)
* Fixed error with twistar on python 3.11 for Debian bookworm


OpenNSA 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenNSA docker image

FROM debian:stable-slim
FROM debian:12-slim

LABEL maintainer="Henrik Thostrup Jensen <[email protected]>"

Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
twisted>=21.2.0,<21.7.0
twistar>=2.0
# Workaround for issue on BerminInflector lib
# https://github.com/NORDUnet/opennsa/issues/48
https://github.com/amlight/twistar/archive/master.tar.gz#egg=twistar
psycopg2>=2.9,<2.10 --no-binary psycopg2
pyOpenSSL>=17.5.0
python-dotenv>=0.19.0
Expand Down