Switch to Python 3.6 and remove Pipfile.lock

This commit is contained in:
Suwako Moriya 2019-08-18 15:10:35 +02:00
parent d25f81ba07
commit c525134468
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5
3 changed files with 2 additions and 34 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@ target/
.swp.*
.idea/
Pipfile.lock

View File

@ -12,4 +12,4 @@ name = "pypi"
[requires]
python_version = "3.7"
python_version = "3.6"

33
Pipfile.lock generated
View File

@ -1,33 +0,0 @@
{
"_meta": {
"hash": {
"sha256": "9b158f59346fab13c200408cd833a6470dc93b1e3eb4a977d2153bc3325856fd"
},
"host-environment-markers": {
"implementation_name": "cpython",
"implementation_version": "3.7.3",
"os_name": "posix",
"platform_machine": "x86_64",
"platform_python_implementation": "CPython",
"platform_release": "4.19.27-gentoo-r1",
"platform_system": "Linux",
"platform_version": "#1 SMP Wed May 1 11:50:20 CEST 2019",
"python_full_version": "3.7.3",
"python_version": "3.7",
"sys_platform": "linux"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.7"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {}
}