Add requirements.txt

merge-requests/1/head
Fabian P. Schmidt 2018-11-30 13:00:56 +01:00
parent 4d1e30d134
commit 0fe944593f
2 changed files with 12 additions and 1 deletions

View File

@ -2,4 +2,10 @@
This is a tool to automatically compute passes of satellites on the
SatNOGS network. It uses code from the SatNOGS network scheduler. It requires
https://gitlab.com/librespacefoundation/python-satellitetle for downloading TLEs.
[python-satellitetle](https://gitlab.com/librespacefoundation/python-satellitetle) for downloading TLEs.
## Dependencies
```
pip install -r requirements.txt
```

5
requirements.txt 100644
View File

@ -0,0 +1,5 @@
ephem
satellitetle
requests
matplotlib
lxml