generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Web Framework & API
|
||||
django>=5.0,<5.1
|
||||
djangorestframework
|
||||
django-cors-headers
|
||||
django-environ
|
||||
drf-spectacular
|
||||
django-filter
|
||||
|
||||
# Database & Task Queue
|
||||
psycopg[binary]
|
||||
celery[redis]
|
||||
django-celery-results
|
||||
django-celery-beat
|
||||
redis
|
||||
|
||||
# Data Validation & Logic
|
||||
pydantic>=2.0
|
||||
requests
|
||||
python-nmap
|
||||
icmplib
|
||||
Markdown
|
||||
|
||||
# Production Server
|
||||
gunicorn
|
||||
whitenoise
|
||||
|
||||
# Utilities
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user