Hi there, thank you for maintaining this useful library!
When attempting to install jcamp via pip, the installation fails to install v1.3.0 because the package declares a dependency on the built-in standard library module re.
I investigated the issue and found that re is only explicitly listed as a dependency in the package's METADATA file.
Could you please remove re from the dependencies in METADATA file and release a patch version (e.g., 1.3.1)?
Thanks again for your time and great work!
Hi there, thank you for maintaining this useful library!
When attempting to install
jcampviapip, the installation fails to installv1.3.0because the package declares a dependency on the built-in standard library modulere.I investigated the issue and found that
reis only explicitly listed as a dependency in the package'sMETADATAfile.Could you please remove
refrom the dependencies inMETADATAfile and release a patch version (e.g.,1.3.1)?Thanks again for your time and great work!