Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
0345428d
Commit
0345428d
authored
Aug 01, 2018
by
Guilhem Saurel
Browse files
use only python 3.6 for now
cf.
https://github.com/pypa/pipenv/issues/1050
parent
a3674879
Changes
2
Hide whitespace changes
Inline
Side-by-side
Pipfile
View file @
0345428d
...
...
@@ -15,7 +15,7 @@ GitPython = "*"
djangorestframework
=
"*"
[requires]
python_version
=
"
>
=
3.6
"
python_version
=
"3.6"
[pipenv]
allow_prereleases
=
true
Pipfile.lock
View file @
0345428d
{
"_meta"
:
{
"hash"
:
{
"sha256"
:
"8
aa12687e2b98dae1d44072f51160fa0bb424048237
baa19
7110c9de93173d07
"
"sha256"
:
"8
0cb0e469667c93e2ed5b06718c97e0fe10bf
ba
3
a19
3b8b3ec7d22ce27dfea7c
"
},
"pipfile-spec"
:
6
,
"requires"
:
{
"python_version"
:
"
>=
3.6"
"python_version"
:
"3.6"
},
"sources"
:
[
{
...
...
@@ -131,6 +131,7 @@
"sha256:a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf"
,
"sha256:b5725a0bd4ba422ab0e66e89e030c806576753ea3ee08554382c14e685d117b5"
],
"markers"
:
"python_version != '3.1.*' and python_version != '3.2.*' and python_version < '4' and python_version != '3.3.*' and python_version >= '2.6' and python_version != '3.0.*'"
,
"version"
:
"==1.23"
}
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment