diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-08-16 15:05:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-16 15:05:14 -0400 |
| commit | adb79f1915dc5ac4598c4bfec602729392252523 (patch) | |
| tree | ab71acb531d4a8a53ee717e4451a2c6e0a2449b4 | |
| parent | df4ba556d7e64bad23a20664c8260965eb4547a6 (diff) | |
| parent | 8676bd3b2ead1b0cbb74c5fd0b2ca75548f1bebd (diff) | |
Merge pull request #277 from inkstitch/lexelby-fix-pyembroidery-build
fix pyembroidery build
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | pyembroidery | 0 | ||||
| -rw-r--r-- | requirements.txt | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..5edeeae7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pyembroidery"] + path = pyembroidery + url = https://github.com/inkstitch/pyembroidery diff --git a/pyembroidery b/pyembroidery new file mode 160000 +Subproject fe7609dc59efb15f6a27d0ff7d82ac2ce7f6be5 diff --git a/requirements.txt b/requirements.txt index 131773b1..8fbea7cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyembroidery2 +./pyembroidery backports.functools_lru_cache wxPython networkx |
