Add stream sqlite for S3 file parsing

This commit is contained in:
2023-03-26 12:27:12 -04:00
parent 9a2ba1fd07
commit 5c9a877a9a
2 changed files with 14 additions and 1 deletions

View File

@ -40,6 +40,7 @@ howlongtobeatpy = "^1.0.5"
beautifulsoup4 = "^4.11.2"
django-storages = "^1.13.2"
boto3 = "^1.26.98"
stream-sqlite = "^0.0.41"
[tool.poetry.dev-dependencies]
Werkzeug = "2.0.3"