update requirements.prod.txt
This commit is contained in:
parent
9f63414ba2
commit
97503e91e0
6 changed files with 15 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue