Closed skchronicles closed 3 years ago
That's a typo! it should be taggit. Ironically, just as I was typing that I typed "Taggie" again, must be muscle memory!
And... I did it again in the comment! :laughing: https://github.com/snakemake/snakeface/commit/53ad109cc860137c6c0a3429cf2dc6629ada716a But it should be fixed now in main :)
Thanks, I appreciate it!
Awesome! And thanks for taking a look - this is definitely a work in progress, and we can continue developing when there is more testing and feedback as to how it is now. For example, I think the workflow creation form could be better consolidated into something more dense, and there are a few other issues open (e.g., #13) that will improve functionality greatly.
django-taggie not found
About
I believe you have a typo for one of the dependencies in your
requirements.txt
file.It is erroring out when trying to resolve the following dependency:
django-taggie
Resolves Issue
I checked PyPi and I do not saw a package with that name. it looks like this may be a typo. Did you mean to include
django-taggit==1.3.0
instead?