PhysixProject / physix

Physix is an Experimental, Automated, Build-From-Source, Punk Rock Linux Distribution for i386, and x86_64
GNU General Public License v2.0
24 stars 7 forks source link

Add Python request module #31

Closed treedavies closed 2 years ago

treedavies commented 3 years ago

build/install during base install. using this module will reduce the dependency on host system's wget command.

PhysixProject commented 2 years ago

The issue that jumps out here, is that requests is not core module to Python. So this adds yet another dependency to the project IFF we choose this path.

treedavies commented 2 years ago

Lets not do this.