Skip to content

Commit e92372b

Browse files
committed
see if adding configparser fixed py2 error
1 parent 6fd0746 commit e92372b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

{{cookiecutter.app_slug}}/Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ flask-login = "*"
1414
flask-migrate = "*"
1515
flask-sqlalchemy = "*"
1616
flask-wtf = "*"
17+
configparser = "*"
1718

1819

1920
[dev-packages]

{{cookiecutter.app_slug}}/Pipfile.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.app_slug}}/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
configparser==3.5.0
12
coverage==4.5.1
23
flake8==3.5.0
34
Flask==0.12.2

0 commit comments

Comments
 (0)