diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-01-12 21:53:37 +0100 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-01-12 21:53:37 +0100 |
| commit | 4f50321c4ebff8ad7926042f19943b58616e6ab4 (patch) | |
| tree | 6d78ca2d41d469bebfe577049a45f5c8b4f8dc7f /Pipfile | |
| parent | c1969105d8c48f5e87adfa92980285591b21d135 (diff) | |
| download | fuzzycat-4f50321c4ebff8ad7926042f19943b58616e6ab4.tar.gz fuzzycat-4f50321c4ebff8ad7926042f19943b58616e6ab4.zip | |
add missing dependency
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ fatcat-openapi-client = "*" unidecode = ">=0.10" requests = "*" dynaconf = "*" +regex = "*" [requires] python_version = "3.7" |
