diff options
| -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 |
