mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
Dockerized the application.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
flask==3.0.0
|
||||
flask-cors==4.0.0
|
||||
uvicorn==0.34.0
|
||||
python-dotenv==1.0.0
|
||||
pandas==2.1.3
|
||||
pandas==2.3.0
|
||||
requests==2.31.0
|
||||
python-magic-bin==0.4.14
|
||||
python-magic==0.4.27; sys_platform != 'win32'
|
||||
python-magic-bin==0.4.14; sys_platform == 'win32'
|
||||
validators==0.22.0
|
||||
celery==5.3.4
|
||||
redis==5.0.1
|
||||
|
||||
Reference in New Issue
Block a user