diff options
| author | 2020-08-17 03:16:43 -0700 | |
|---|---|---|
| committer | 2020-08-17 03:16:43 -0700 | |
| commit | 1075d3c6355c70cdbc27135e2da53fd1e234d8a0 (patch) | |
| tree | 4019d9455f123d093d6716007da3b430930a2e92 /Pipfile | |
| parent | Changed from json to yaml config so comments can be included. (diff) | |
Updated dependencies to include yaml config parser.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ fuzzywuzzy = "~=0.17" pillow = "~=6.2" pytz = "~=2019.2" sentry-sdk = "~=0.14.2" +PyYAML = "~=5.3.1" [dev-packages] flake8 = "~=3.8" |