Nickie Mc
Nickie Mc
@dan-hein @mrbiggred Correct. GitHub automatically closed the issue because of the `Resolves` keyword in PR #213. But since it still hasn't been deployed to production, I reopened it and moved...
The exception above has been addressed. Running against the latest code, the following error occurs: ``` Exception executing Freshli for args = [https://github.com/diaspora/diaspora]: Unrecognized format for Gemfile.lock. Unrecognized format for...
Relevant examples from https://github.com/mailpile/Mailpile: [`spambayes==1.1b1`](https://github.com/mailpile/Mailpile/blob/5af50d03eb0d7eea61987fcca9264908b79602ce/requirements.txt#L3) [`spambayes>=1.1b1`](https://github.com/mailpile/Mailpile/blob/9437d7c9b5fd82326961eaeda05f16daf7700d2b/requirements.txt#L3)
Relevant error messages from https://github.com/explosion/spaCy: ``` Error adding version to regex release history: Unable to parse version string: '2013-02-16'. Error adding version to regex release history: Unable to parse version...
@mscottford Is this issue still needed/wanted?
An example repository for testing is [https://github.com/rswag/rswag](https://github.com/rswag/rswag).
Relevant example from https://github.com/HelloZeroNet/ZeroNet as of [1/1/2020](https://github.com/HelloZeroNet/ZeroNet/blob/fd43aa61ef7d5a32ade741b73e55e5a7c48bf9f0/requirements.txt#L2): `https://github.com/gevent/gevent/archive/master.zip; python_version >= "3.8"`
Relevant examples from https://github.com/mailpile/Mailpile: - As of [9/1/2013](https://github.com/mailpile/Mailpile/blob/65f096f1c645f311fc030364c32a1890c9beac03/requirements.txt#L2): - `http://sourceforge.net/projects/py-gnupg/files/GnuPGInterface/0.3.2/GnuPGInterface-0.3.2.tar.gz` - As of [11/1/2014](https://github.com/mailpile/Mailpile/blob/0a1f27e7a6d470d75bd535b0a91bd7fad01ca794/requirements.txt#L3): - `git+https://github.com/mitsuhiko/jinja2.git#egg=Jinja2`
Related to #106.
https://github.com/diaspora/diaspora is a good project to test with.