diff --git a/environment_python_3_6.yml b/environment_python_3_6.yml index 7ce8fd7ca..36d68e578 100644 --- a/environment_python_3_6.yml +++ b/environment_python_3_6.yml @@ -3,6 +3,7 @@ channels: - http://ssb.stsci.edu/astroconda dependencies: - astroquery=0.4 +- authlib=0.15.1 - bokeh>=1.0,<1.4 - django=2.2.5 - drizzle=1.13 @@ -31,9 +32,9 @@ dependencies: - pip: - asdf==2.7.1 - astropy==4.0.1 - - authlib==0.14.3 - codecov==2.1.9 - crds==10.0.0 + - cryptography==3.1.1 - jwedb>=0.0.3 - jwst==0.17.1 - pysqlite3==0.2.2 diff --git a/environment_python_3_7.yml b/environment_python_3_7.yml index 3896ed0b5..377685857 100644 --- a/environment_python_3_7.yml +++ b/environment_python_3_7.yml @@ -3,6 +3,7 @@ channels: - http://ssb.stsci.edu/astroconda dependencies: - astroquery=0.4 +- authlib=0.15.1 - bokeh>=1.0,<1.4 - django=3.0.3 - flake8=3.8.3 @@ -30,9 +31,9 @@ dependencies: - pip: - asdf==2.7.1 - astropy==4.0.1.post1 - - authlib==0.14.3 - codecov==2.1.9 - crds==10.0.0 + - cryptography==3.1.1 - jwedb==0.0.6 - jwst==0.17.1 - pysqlite3==0.4.3 diff --git a/environment_python_3_8.yml b/environment_python_3_8.yml index fae30a4ed..db8bba479 100644 --- a/environment_python_3_8.yml +++ b/environment_python_3_8.yml @@ -2,6 +2,7 @@ channels: - defaults - http://ssb.stsci.edu/astroconda dependencies: +- authlib=0.15.1 - django=3.0.3 - flake8=3.8.3 - inflection=0.3.1 @@ -27,10 +28,10 @@ dependencies: - asdf==2.7.1 - astropy==4.0.1.post1 - astroquery==0.4.1 - - authlib==0.14.3 - bokeh>=1.0,<1.4 - codecov==2.1.9 - crds==10.0.0 + - cryptography==3.1.1 - jwedb==0.0.6 - jwst==0.17.1 - pysiaf==0.9.0 diff --git a/requirements.txt b/requirements.txt index a2b574357..33df6ca07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,11 @@ asdf==2.7.1 astropy==4.0.1.post1 astroquery==0.4.1 -authlib==0.14.3 +authlib==0.15.1 bokeh==1.3.4 codecov==2.1.9 crds==10.0.0 +cryptography==3.1.1 django==2.2.5 flake8==3.8.3 inflection==0.5.1 @@ -12,6 +13,7 @@ ipython==7.18.1 jinja2==2.11.2 jsonschema==3.2.0 jwedb>=0.0.6 +jwst==0.17.1 matplotlib==3.3.2 nodejs==10.13.0 numpy==1.19.2 @@ -26,5 +28,4 @@ sphinx==3.2.1 sqlalchemy==1.3.19 stsci_rtd_theme==0.0.2 twine==3.2.0 -git+https://github.com/spacetelescope/jwst@0.16.2 git+https://github.com/spacetelescope/jwst_reffiles#egg=jwst_reffiles diff --git a/setup.py b/setup.py index 422bebe70..bf87d3b20 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ 'bokeh>=1.0,<1.4', 'codecov', 'crds', + 'cryptography', 'django>=2.0,<3.0', 'flake8', 'inflection',