[09:39:45] <atodorov> hi everyone, I'm working on one of my packages to make it work with Python3. I've created a fresh virtualenv with Python3 and then pip install my package. pip freeze shows it as UNKNOWN==0.0.0.
[09:40:01] <atodorov> anyone knows why and what to do to fix it ?
[17:10:02] <kennethreitz> does pip have an externally available requirements.txt parser?
[17:10:31] <kennethreitz> I'm using pkg_resources.parse_requirements currently, but it errors out on certian lines
[17:10:42] <kennethreitz> e.g. https://www.djangoproject.com/download/1.7c2/tarball/
[17:11:17] <dstufft> kennethreitz: We don't have a public API for it, some people use our internal routines for it, but it's not public so it may or may not break