Merge branch 'pr/add_requirements' into 'master'

Add requirements.txt

See merge request cgbsat/auto-scheduler!1
merge-requests/1/head
cgbsat 2018-11-30 14:31:22 +00:00
commit 9d6c27ef0a
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