File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
import os
5
5
from dotenv import load_dotenv
6
6
7
- load_dotenv (os .path .abspath (os .path .dirname (__file__ ))+ '/.env' )
7
+ load_dotenv (os .path .abspath (os .path .dirname (__file__ ))+ '/sample .env' )
8
8
9
9
env = dict (os .environ )
Original file line number Diff line number Diff line change 20
20
< script type ="text/javascript " src ="http://maps.googleapis.com/maps/api/js?sensor=false "> </ script >
21
21
< script type ="text/javascript " src ="//cdnjs.cloudflare.com/ajax/libs/socket.io/1.3.5/socket.io.min.js "> </ script >
22
22
< script type ="text/javascript " src ="./static/js/map2d.js "> </ script >
23
- < script type ="text/javascript " src ="./static/js/lib/ geohashjs/geohash.js "> </ script >
23
+ < script type ="text/javascript " src ="./static/js/geohashjs/geohash.js "> </ script >
24
24
</ head >
25
25
< body onLoad ="onLoad() ">
26
26
< div id ="map "> </ div >
Original file line number Diff line number Diff line change 28
28
"python-dotenv==0.7.1" ,
29
29
"transforms3d==0.3.1" ,
30
30
"numpy==1.13.3" ,
31
- "flask==0.12.2" ,
32
- "flask-cors==3.0.3" ,
33
- "geohash==1.0" ,
31
+ "Flask==0.12.2" ,
32
+ "Flask-Cors==3.0.3" ,
33
+ "Flask-SocketIO==2.9.2" ,
34
+ "Flask-MQTT==0.0.8" ,
35
+ "python-geohash==0.8.5" ,
36
+ "eventlet==0.21.0" ,
34
37
],
35
38
test_suite = "tests"
36
39
)
You can’t perform that action at this time.
0 commit comments