created requirements, and ignoring a tmp folder

This commit is contained in:
David Tippett 2020-10-07 09:29:41 -04:00
parent 68092b3958
commit f6639c87ed
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -102,3 +102,6 @@ venv.bak/
# mypy
.mypy_cache/
# Ignore output files
fvid_frames/

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
numpy
bitstring
pillow
ffmpeg-python
python-magic
tqdm