Skip to content

Commit 3445897

Browse files
authored
Added pyyaml package to Pipfile (#95)
Encountered an issue using `pipenv` after installing the packages associated with the project for a missing package.
1 parent bd37c3e commit 3445897

File tree

2 files changed

+350
-341
lines changed

2 files changed

+350
-341
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ python-dateutil = "*"
4545
setuptools = "*"
4646
urllib3 = "*"
4747
cookiecutter = "*"
48+
pyyaml = "*"
4849

4950
[requires]
5051
python_version = "3.7"

0 commit comments

Comments
 (0)