requirements.in:
-e .
-e ./sqlalchemy_jsonapi
compiles to:
-e file:///Users/coltonprovias/MyProject
-e file:///Users/coltonprovias/MyProject/sqlalchemy_jsonapi
It should compile to
-e .
-e ./sqlalchemy_jsonapi
It's not really useful for me to provide a requirements.txt file then to anybody unless they use a Mac and have the same name as me. Although if that person does exist, I would like to meet them.
requirements.in:
compiles to:
It should compile to
It's not really useful for me to provide a requirements.txt file then to anybody unless they use a Mac and have the same name as me. Although if that person does exist, I would like to meet them.