Skip to content

Commit

Permalink
requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
romulofff committed May 17, 2019
1 parent d41dde4 commit db10b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ asn1crypto==0.24.0
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
Click==7.0
cryptography==2.6.1
Flask==1.0.2
future==0.17.1
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
praw==6.2.0
prawcore==1.0.1
pycparser==2.19
Expand All @@ -19,4 +14,3 @@ six==1.12.0
update-checker==0.16
urllib3==1.24.3
websocket-client==0.56.0
Werkzeug==0.15.4
5 changes: 4 additions & 1 deletion server.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from os import environ
from flask import Flask
import subprocess


app = Flask(__name__)
app.run(environ.get('PORT'))
app.run(environ.get('PORT'))
subprocess.run("python JoguinhosGratis.py")

0 comments on commit db10b5b

Please sign in to comment.