Initial commit - Displays movies on a specific day

This commit is contained in:
2019-09-23 22:29:13 +02:00
commit 6ef7f3e94f
3 changed files with 43 additions and 0 deletions

11
Pipfile Normal file
View File

@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.7"