Skip to content

Commit 0076052

Browse files
committed
última att
1 parent 2a9229d commit 0076052

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python manage.py runserver 0.0.0.0:$PORT

requirements.txt

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
asn1crypto==0.24.0
2+
attrs==19.3.0
3+
backports-abc==0.5
4+
backports.shutil-get-terminal-size==1.0.0
5+
bleach==3.1.1
6+
configparser==4.0.2
7+
contextlib2==0.6.0.post1
8+
cryptography==2.1.4
9+
decorator==4.4.2
10+
defusedxml==0.6.0
11+
dj-database-url==0.4.1
12+
entrypoints==0.3
13+
enum34==1.1.9
14+
functools32==3.2.3.post2
15+
futures==3.3.0
16+
gunicorn==19.4.5
17+
idna==2.6
18+
importlib-metadata==1.5.0
19+
ipaddress==1.0.23
20+
ipykernel==4.10.1
21+
ipython==5.9.0
22+
ipython-genutils==0.2.0
23+
ipywidgets==7.5.1
24+
Jinja2==2.11.1
25+
jsonschema==3.2.0
26+
jupyter==1.0.0
27+
jupyter-client==5.3.4
28+
jupyter-console==5.2.0
29+
jupyter-core==4.6.3
30+
keyring==10.6.0
31+
keyrings.alt==3.0
32+
MarkupSafe==1.1.1
33+
mistune==0.8.4
34+
nbconvert==5.6.1
35+
nbformat==4.4.0
36+
notebook==5.7.8
37+
pandocfilters==1.4.2
38+
pathlib2==2.3.5
39+
pexpect==4.8.0
40+
pickleshare==0.7.5
41+
prometheus-client==0.7.1
42+
prompt-toolkit==1.0.18
43+
ptyprocess==0.6.0
44+
pycrypto==2.6.1
45+
Pygments==2.5.2
46+
pygobject==3.26.1
47+
pyrsistent==0.15.7
48+
python-dateutil==2.8.1
49+
pyxdg==0.25
50+
pyzmq==19.0.0
51+
qtconsole==4.7.1
52+
QtPy==1.9.0
53+
scandir==1.10.0
54+
SecretStorage==2.3.1
55+
selenium==3.141.0
56+
Send2Trash==1.5.0
57+
simplegeneric==0.8.1
58+
singledispatch==3.4.0.3
59+
six==1.14.0
60+
terminado==0.8.3
61+
testpath==0.4.4
62+
tornado==5.1.1
63+
traitlets==4.3.3
64+
unity-lens-photos==1.0
65+
urllib3==1.25.6
66+
virtualenv==15.1.0
67+
wcwidth==0.1.8
68+
webencodings==0.5.1
69+
widgetsnbextension==3.5.1
70+
zipp==1.2.0

runtime.txt

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

0 commit comments

Comments
 (0)