update requirements.prod.txt

This commit is contained in:
j3d1 2023-11-27 01:20:32 +01:00
parent 9f63414ba2
commit 97503e91e0
6 changed files with 15 additions and 21 deletions

View file

@ -1,10 +1,14 @@
#!/usr/bin/env python3
import asyncio
import logging
import os
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'core.settings')
import django
import uvicorn
django.setup()
from helper import init_loop
from lmtp.protocol import LMTPHandler
from lmtp.socket import UnixSocketLMTPController