Skip to content

Commit

Permalink
Merge pull request #92 from bourque/update-django-version
Browse files Browse the repository at this point in the history
Update django version for webapp
  • Loading branch information
bourque authored Jun 22, 2018
2 parents d8d671e + 82e2e60 commit e3fe502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- astropy=3.0
- astroquery=0.3.8
- bokeh=0.12.5
- django=1.11.8
- django=2.0.5
- jwst=0.7.8rc9
- matplotlib=2.1.1
- numpy=1.14.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, Graham Kanarek'
AUTHORS += 'Johannes Sahlmann, Lauren Chambers, Catherine Martlin'

REQUIRES = ['astropy', 'astroquery', 'bokeh==0.12.5', 'django', 'matplotlib', 'numpy', 'python-dateutil', 'sphinx', 'sphinx-automodapi', 'sqlalchemy']
REQUIRES = ['astropy', 'astroquery', 'bokeh==0.12.5', 'django==2.0.5', 'matplotlib', 'numpy', 'python-dateutil', 'sphinx', 'sphinx-automodapi', 'sqlalchemy']

setup(
name='jwql',
Expand Down

0 comments on commit e3fe502

Please sign in to comment.