Files
the-office/Pipfile
Xevion 1be9f768ff Add command for downloading all available episode stills for The Office from TMDB
- As well as all the stills the script captured in server/normalization
- Also added python-dotenv to Pipfile
2022-05-19 03:25:14 -05:00

20 lines
285 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "~=7.1.2"
requests = "~=2.24.0"
beautifulsoup4 = "~=4.9.1"
markupsafe = "<2.1.0"
unidecode = "*"
lxml = "*"
rich = "*"
python-dotenv = "*"
[dev-packages]
[requires]
python_version = "3.8"