dsoprea / RijndaelPbkdf

Pure-Python Rijndael and PBKDF2 package. Python2 and Python3 compatible.
GNU General Public License v2.0
12 stars 4 forks source link

Stop installing test dependencies for regular package installation #10

Open ashokdelphia opened 4 years ago

ashokdelphia commented 4 years ago

Avoid installing the test dependencies for regular package installation.

I'm fairly new to python packaging, so I'm not sure if this is the best way to solve this.

Fixes #8.

(If I try this with poetry against the git dependency from the fork, then I only get the pprp package, but I don't know if I've broken any of ways things would be installed to run tests.)