From 47eb149c4771eeb71a152e0a6f422def0d49844b Mon Sep 17 00:00:00 2001 From: burnout87 Date: Thu, 3 Oct 2024 16:42:38 +0200 Subject: [PATCH] astroquery version freeze --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 7e13b3e3..b931918b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ pyyaml simplejson flask==2.0.3 astropy>=5.0.1 +astroquery>=0.4.2 pylogstash_context>=0.1.19 gunicorn decorator diff --git a/setup.py b/setup.py index de2adfba..698052c0 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ "simplejson", "flask==2.0.3", "astropy>=2.0.3", + "astroquery>=0.4.2", "gunicorn", "decorator", "python-logstash",