-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin skyportal to 9d6cd5b0a55a73accb5461fde97551fae090ec46
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule skyportal
updated
14 files
+10 −1 | doc/followup.md | |
+9 −9 | package.json | |
+8 −8 | requirements.txt | |
+6 −1 | services/slack/slack.py | |
+19 −19 | skyportal/facility_apis/gemini.py | |
+37 −141 | skyportal/facility_apis/generic.py | |
+119 −1 | skyportal/facility_apis/sedm.py | |
+85 −0 | skyportal/facility_apis/swift.py | |
+85 −0 | skyportal/facility_apis/winter.py | |
+1 −0 | skyportal/handlers/api/followup_request.py | |
+1 −36 | skyportal/handlers/api/sources.py | |
+35 −0 | skyportal/utils/calculations.py | |
+399 −0 | skyportal/utils/notifications.py | |
+7 −7 | skyportal/utils/observation_plan.py |