2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 22:47:03 +00:00

pure python version of Fernet

This commit is contained in:
2025-08-28 21:03:48 +03:00
parent d24c992482
commit b982a0a3ca
7 changed files with 188 additions and 108 deletions

View File

@@ -16,6 +16,7 @@ import os
import resource
import sys
import time
import pyaes
from django.core.management import call_command
from django.core.management.commands import flush