python 2.7 fix
Browse files- Pipfile +1 -1
- Pipfile.lock +5 -4
Pipfile
CHANGED
@@ -18,7 +18,7 @@ pytest-cov = "*"
|
|
18 |
bumpversion = "*"
|
19 |
coveralls = "*"
|
20 |
twine = "*"
|
21 |
-
more-itertools = "==
|
22 |
|
23 |
[requires]
|
24 |
python_version = "3.6"
|
|
|
18 |
bumpversion = "*"
|
19 |
coveralls = "*"
|
20 |
twine = "*"
|
21 |
+
more-itertools = "==5.0.0"
|
22 |
|
23 |
[requires]
|
24 |
python_version = "3.6"
|
Pipfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_meta": {
|
3 |
"hash": {
|
4 |
-
"sha256": "
|
5 |
},
|
6 |
"pipfile-spec": 6,
|
7 |
"requires": {
|
@@ -203,11 +203,12 @@
|
|
203 |
},
|
204 |
"more-itertools": {
|
205 |
"hashes": [
|
206 |
-
"sha256:
|
207 |
-
"sha256:
|
|
|
208 |
],
|
209 |
"index": "pypi",
|
210 |
-
"version": "==
|
211 |
},
|
212 |
"nodeenv": {
|
213 |
"hashes": [
|
|
|
1 |
{
|
2 |
"_meta": {
|
3 |
"hash": {
|
4 |
+
"sha256": "5a2d404725db87789c428cc6fb3f2945c4232b4838e18c4ad95d5f07d002315a"
|
5 |
},
|
6 |
"pipfile-spec": 6,
|
7 |
"requires": {
|
|
|
203 |
},
|
204 |
"more-itertools": {
|
205 |
"hashes": [
|
206 |
+
"sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4",
|
207 |
+
"sha256:c0a5785b1109a6bd7fac76d6837fd1feca158e54e521ccd2ae8bfe393cc9d4fc",
|
208 |
+
"sha256:fe7a7cae1ccb57d33952113ff4fa1bc5f879963600ed74918f1236e212ee50b9"
|
209 |
],
|
210 |
"index": "pypi",
|
211 |
+
"version": "==5.0.0"
|
212 |
},
|
213 |
"nodeenv": {
|
214 |
"hashes": [
|