Skip to content
Snippets Groups Projects
Commit 91f6a4b1 authored by Rasmus Sode Lund's avatar Rasmus Sode Lund :zap:
Browse files

Added missing dependency certifi

parent c0306a7b
No related branches found
No related tags found
1 merge request!271Added missing dependency certifi
Pipeline #60554 passed with warnings
...@@ -9,15 +9,16 @@ name = "wetb" ...@@ -9,15 +9,16 @@ name = "wetb"
authors = [{name="DTU Wind and Energy Systems"}] authors = [{name="DTU Wind and Energy Systems"}]
description = "The Wind Energy Toolbox (or ```wetb```, pronounce as wee-tee-bee) is a collection of Python scripts that facilitate working with (potentially a lot) of HAWC2, HAWCStab2, FAST or other text input based simulation tools." description = "The Wind Energy Toolbox (or ```wetb```, pronounce as wee-tee-bee) is a collection of Python scripts that facilitate working with (potentially a lot) of HAWC2, HAWCStab2, FAST or other text input based simulation tools."
dependencies = [ dependencies = [
'certifi',
'click', 'click',
'Cython', 'Cython',
'h5py', 'h5py',
'Jinja2', 'Jinja2',
'lxml', 'lxml',
'matplotlib', 'matplotlib',
'pillow', 'pillow',
'mock', 'mock',
'numpy', 'numpy',
'numba', 'numba',
'openpyxl', 'openpyxl',
'pandas', 'pandas',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment