Skip to content

Commit cfa56f3

Browse files
committed
Add spwc as requirement for migration
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent db97c80 commit cfa56f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ typing
1313
python-dateutil
1414
astropy
1515
ddt
16+
spwc

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
history = history_file.read()
1313

1414
requirements = ['Click>=6.0', 'requests', 'zeep', 'xmltodict', 'pandas', 'diskcache', 'appdirs', 'numpy',
15-
'packaging', 'python-dateutil', 'astropy']
15+
'packaging', 'python-dateutil', 'astropy', 'spwc']
1616

1717
setup_requirements = []
1818

0 commit comments

Comments
 (0)