Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Missing requirement: import git #26

Open
mattbasta opened this issue Apr 22, 2012 · 5 comments
Open

Missing requirement: import git #26

mattbasta opened this issue Apr 22, 2012 · 5 comments

Comments

@mattbasta
Copy link

https://github.com/jsocol/jingo-minify/blob/master/jingo_minify/management/commands/compress_assets.py#L11

Unless there's some secret sauce that I'm missing, this is a missing dependency.

@fwenzel
Copy link
Collaborator

fwenzel commented Apr 23, 2012

You're right. That's git-python. Are you going to submit a pull request :)

@mattbasta
Copy link
Author

Just wanted to make sure that I wasn't missing something, first. Will do.

@mattbasta
Copy link
Author

Looks like the latest version of git-python is incompatible. Time to roll up my sleeves...

@kumar303
Copy link
Contributor

requirements.txt needs GitPython==0.1.7 for a quick fix!

@davedash
Copy link
Contributor

You could consider not using GitPython at all.

I've not had the best time with that library, and just been wrapping
subprocess calls to git directly.

-d

On Wed, Oct 10, 2012 at 10:44 AM, Kumar McMillan
notifications@github.hscsec.cnwrote:

requirements.txt needs GitPython==0.1.7 for a quick fix!


Reply to this email directly or view it on GitHubhttps://github.com//issues/26#issuecomment-9312658.

Dave Dash
650.648.3274

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants