Skip to content

Commit aedeb4e

Browse files
committed
deploy to heroku
1 parent 264b689 commit aedeb4e

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
worker: python vaccine-availability-finder.py

requirements.txt

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
appdirs==1.4.4
2+
APScheduler==3.6.3
3+
astroid==2.2.5
4+
attrs==19.1.0
5+
autopep8==1.5.7
6+
backcall==0.1.0
7+
bleach==3.1.0
8+
certifi==2020.12.5
9+
chardet==4.0.0
10+
colorama==0.4.1
11+
configure==0.5
12+
DateTime==4.3
13+
decorator==4.4.0
14+
defusedxml==0.6.0
15+
entrypoints==0.3
16+
fake-useragent==0.1.11
17+
idna==2.10
18+
ipykernel==5.1.2
19+
ipython==7.7.0
20+
ipython-genutils==0.2.0
21+
ipywidgets==7.5.1
22+
isort==4.3.21
23+
jedi==0.14.1
24+
Jinja2==2.10.1
25+
jsonschema==3.0.2
26+
jupyter==1.0.0
27+
jupyter-client==5.3.1
28+
jupyter-console==6.0.0
29+
jupyter-core==4.5.0
30+
lazy-object-proxy==1.4.1
31+
MarkupSafe==1.1.1
32+
mccabe==0.6.1
33+
mistune==0.8.4
34+
nbconvert==5.6.0
35+
nbformat==4.4.0
36+
notebook==6.0.0
37+
numpy==1.18.2
38+
pandas==1.0.3
39+
pandocfilters==1.4.2
40+
parso==0.5.1
41+
pickleshare==0.7.5
42+
prometheus-client==0.7.1
43+
prompt-toolkit==2.0.9
44+
pycodestyle==2.7.0
45+
Pygments==2.4.2
46+
pylint==2.3.1
47+
pyrsistent==0.15.4
48+
python-dateutil==2.8.0
49+
python-telegram-bot==13.5
50+
pytz==2019.3
51+
pywinpty==0.5.5
52+
PyYAML==5.4.1
53+
pyzmq==18.1.0
54+
qtconsole==4.5.2
55+
requests==2.25.1
56+
schedule==1.1.0
57+
Send2Trash==1.5.0
58+
six==1.12.0
59+
telegram-send==0.25
60+
terminado==0.8.2
61+
testpath==0.4.2
62+
toml==0.10.2
63+
tornado==6.0.3
64+
traitlets==4.3.2
65+
typed-ast==1.4.0
66+
tzlocal==2.1
67+
urllib3==1.26.4
68+
useragent==0.1.1
69+
wcwidth==0.1.7
70+
webencodings==0.5.1
71+
widgetsnbextension==3.5.1
72+
wrapt==1.11.2
73+
zope.interface==5.4.0

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-3.7.4

0 commit comments

Comments
 (0)