Fix missing comma

This commit is contained in:
Matthias
2022-09-23 20:03:33 +02:00
parent 7c093388e7
commit 2fffe7c5dd

View File

@@ -73,7 +73,7 @@ setup(
'tables',
'blosc',
'joblib',
'pyarrow'
'pyarrow',
'fastapi',
'uvicorn',
'psutil',