Skip to content

Commit b795418

Browse files
committed
Merge branch 'master' of github.com:the-redlord/satTrack-api into dockerize
2 parents 05342c2 + d9d5992 commit b795418

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from app import app
22

33
if __name__ == "__main__":
4-
app.run()
4+
app.run()

requirements.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
arrow==0.15.5
2+
click==7.1.1
3+
Flask==1.1.1
4+
Flask-Cors==3.0.8
5+
itsdangerous==1.1.0
6+
Jinja2==2.11.1
7+
jplephem==2.14
8+
MarkupSafe==1.1.1
9+
numpy==1.18.2
10+
python-dateutil==2.8.1
11+
python-dotenv==0.12.0
12+
sgp4==2.5
13+
six==1.14.0
14+
skyfield==1.18
15+
Werkzeug==1.0.0

0 commit comments

Comments
 (0)