Skip to content

Commit 5d97718

Browse files
committedMay 26, 2023
added certify as a requirements, increased the version to 0.0.50
1 parent 92295c8 commit 5d97718

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
xarray>=0.16.2
22
numpy>=1.18.4
33
GitPython==3.1.18
4-
importlib_metadata>=4.8.1
4+
importlib_metadata>=4.8.1
5+
certifi>=2023.5.7

‎setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='casaconfig',
9-
version='0.0.49',
9+
version='0.0.50,
1010
description='CASA Operational Configuration Package',
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
@@ -20,5 +20,6 @@
2020
install_requires=['xarray>=0.16.2',
2121
'numpy>=1.18.4',
2222
'GitPython>=3.1.18',
23-
'importlib_metadata>=4.8.1']
23+
'importlib_metadata>=4.8.1',
24+
'certifi>=2023.5.7']
2425
)

0 commit comments

Comments
 (0)
Please sign in to comment.