diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 02:07:26 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-20 02:07:26 +0000 |
commit | 4d49eefccbac393ca21b81bc35f7a632b4af1178 (patch) | |
tree | e372c3edc1df51449f6222ae0065be72bbe9e145 /dev.toml | |
parent | 79cf342d3391d4bbd127678faaeed5471f6954be (diff) | |
download | troggle-4d49eefccbac393ca21b81bc35f7a632b4af1178.tar.gz troggle-4d49eefccbac393ca21b81bc35f7a632b4af1178.tar.bz2 troggle-4d49eefccbac393ca21b81bc35f7a632b4af1178.zip |
encryption round-trip works
Diffstat (limited to 'dev.toml')
-rw-r--r-- | dev.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,7 @@ lint.ignore = ["E402", "F541"] [project] name = "troggle" -version = "2024.12.1" +version = "2025.01.18" description = "Troggle - cave data management" readme = "README.md" requires-python = ">=3.13" @@ -18,6 +18,7 @@ dependencies = [ ] [dependency-groups] dev = [ + "cryptography>=44.0.0", "django>=5", "beautifulsoup4>=4.12.3", "piexif>=1.1.3", |