Skip to content

Commit

Permalink
Upgrade authlib to 0.15.1, now installing with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Oct 16, 2020
1 parent cbf15ee commit d84c4d5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion environment_python_3_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion environment_python_3_7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion environment_python_3_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
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
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
Expand All @@ -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/[email protected]
git+https://github.com/spacetelescope/jwst_reffiles#egg=jwst_reffiles
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
'bokeh>=1.0,<1.4',
'codecov',
'crds',
'cryptography',
'django>=2.0,<3.0',
'flake8',
'inflection',
Expand Down

0 comments on commit d84c4d5

Please sign in to comment.