Merge branch 'main' into channel-db

This commit is contained in:
Logan Williams
2022-03-22 11:49:07 +01:00
committed by GitHub
41 changed files with 970 additions and 313 deletions

View File

@@ -10,7 +10,6 @@ gogettr = "*"
requests = "*"
bs4 = "*"
dateparser = "*"
sphinx = "*"
boto3 = "*"
snscrape = {git = "https://github.com/bellingcat/snscrape.git"}
ffmpeg-python = "*"
@@ -29,6 +28,8 @@ pytest-cov = "*"
pytest-html = "*"
pytest-metadata = "*"
black = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
[requires]
python_version = "3.9"