byuccl / spydrnet

A flexible framework for analyzing and transforming FPGA netlists. Official repository.
https://byuccl.github.io/spydrnet
BSD 3-Clause "New" or "Revised" License
86 stars 20 forks source link

`requests` package dependency not in setup.py #212

Closed jgoeders closed 9 months ago

jgoeders commented 9 months ago

There is a dependency on the requests package, that is not marked as an installed dependency by the setup.py installer.

https://github.com/byuccl/spydrnet/blob/d5b9bd8313dce511fdc583c3451d290ba0ac3178/spydrnet/__init__.py#L17

jacobdbrown4 commented 9 months ago

Thanks for reporting this.

jacobdbrown4 commented 9 months ago

I believe I have fixed the issue with this commit: 733e7b0. It will be released into master soon