szabgab / pydigger.com

PyDigger - unearthing stuff in Python
http://pydigger.com/
MIT License
26 stars 17 forks source link

handle single dot in requirements.txt #121

Open szabgab opened 1 year ago

szabgab commented 1 year ago

The requirements-parser raises an exception: https://github.com/madpah/requirements-parser/issues/83 but apparently pip install -r requirements.txt with such a file works. It is probably the same as pip install .

We probably need to put in a special case for this.