4dn-dcic / tibanna

Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
MIT License
70 stars 28 forks source link

Pin `requests` version #376

Closed alexander-veit closed 2 years ago

alexander-veit commented 2 years ago

This PR pins the requests version to the previous minor version. The latest version leads to a dependency warning when running cwltool. However, it is unclear if that warning actually has a negative effect.

I also removed the urllib3 dependency. It is not used explicitly anywhere and is installed with botocore anyway.