Skip to content

Commit 6608010

Browse files
committed
fix broken things
1 parent 7079479 commit 6608010

File tree

4 files changed

+436
-336
lines changed

4 files changed

+436
-336
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env/
22
build/
33
dist/
4+
.eggs/
45
.workon
56
.epio-app
67
*.pyc

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ flasgger = "*"
1515
pyyaml = {git = "https://github.com/yaml/pyyaml.git"}
1616

1717
[dev-packages]
18+
rope = "*"

Pipfile.lock

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)