fix broken things

This commit is contained in:
2018-07-04 11:25:57 -04:00
parent 7079479690
commit 660801081c
4 changed files with 434 additions and 334 deletions
+1
View File
@@ -1,6 +1,7 @@
env/ env/
build/ build/
dist/ dist/
.eggs/
.workon .workon
.epio-app .epio-app
*.pyc *.pyc
+1
View File
@@ -15,3 +15,4 @@ flasgger = "*"
pyyaml = {git = "https://github.com/yaml/pyyaml.git"} pyyaml = {git = "https://github.com/yaml/pyyaml.git"}
[dev-packages] [dev-packages]
rope = "*"
Generated
+9 -2
View File
@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "1faaf631302564db835f60205b28b15c189fe0230fd836465991bd5c7f3e0801" "sha256": "b709c9b498d9be5088c0f485aafe18a04a8ed5144d397111a8f1d8bd06d7a16e"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": {}, "requires": {},
@@ -235,5 +235,12 @@
"version": "==0.14.1" "version": "==0.14.1"
} }
}, },
"develop": {} "develop": {
"rope": {
"hashes": [
"sha256:a09edfd2034fd50099a67822f9bd851fbd0f4e98d3b87519f6267b60e50d80d1"
],
"version": "==0.10.7"
}
}
} }
+423 -332
View File
File diff suppressed because it is too large Load Diff