mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
fix broken things
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
env/
|
||||
build/
|
||||
dist/
|
||||
.eggs/
|
||||
.workon
|
||||
.epio-app
|
||||
*.pyc
|
||||
|
||||
@@ -15,3 +15,4 @@ flasgger = "*"
|
||||
pyyaml = {git = "https://github.com/yaml/pyyaml.git"}
|
||||
|
||||
[dev-packages]
|
||||
rope = "*"
|
||||
|
||||
Generated
+9
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "1faaf631302564db835f60205b28b15c189fe0230fd836465991bd5c7f3e0801"
|
||||
"sha256": "b709c9b498d9be5088c0f485aafe18a04a8ed5144d397111a8f1d8bd06d7a16e"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
@@ -235,5 +235,12 @@
|
||||
"version": "==0.14.1"
|
||||
}
|
||||
},
|
||||
"develop": {}
|
||||
"develop": {
|
||||
"rope": {
|
||||
"hashes": [
|
||||
"sha256:a09edfd2034fd50099a67822f9bd851fbd0f4e98d3b87519f6267b60e50d80d1"
|
||||
],
|
||||
"version": "==0.10.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+391
-300
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user