Skip to content

Commit

Permalink
add dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Mar 22, 2024
1 parent 852ea9b commit 210364c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@
import sys
from setuptools import setup, find_packages

install_requires = []
install_requires = [
'django-forms-bootstrap',
'django-leaflet',
'django<4',
'nansat',
'netCDF4',
'pythesint',
]

setup(
name='django-geo-spaas',
Expand Down

0 comments on commit 210364c

Please sign in to comment.