Switch to Python 3.6 and remove Pipfile.lock
This commit is contained in:
parent
c6130e4b52
commit
63990b4f48
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ migrations/*
|
||||
*.zip
|
||||
|
||||
modules/*
|
||||
Pipfile.lock
|
||||
|
2
Pipfile
2
Pipfile
@ -29,4 +29,4 @@ mysqlclient = "*"
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = "3.7"
|
||||
python_version = "3.6"
|
||||
|
207
Pipfile.lock
generated
207
Pipfile.lock
generated
@ -1,207 +0,0 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "716ae46683112c8d3575155ca5485cf73cf9cd02c589f5fa5213b51acb3397e2"
|
||||
},
|
||||
"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 Sat Jun 1 19:49:57 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.org/simple",
|
||||
"verify_ssl": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"default": {
|
||||
"aiohttp": {
|
||||
"hashes": [],
|
||||
"version": "==3.5.4"
|
||||
},
|
||||
"alembic": {
|
||||
"hashes": [],
|
||||
"version": "==1.0.10"
|
||||
},
|
||||
"aniso8601": {
|
||||
"hashes": [],
|
||||
"version": "==6.0.0"
|
||||
},
|
||||
"async-timeout": {
|
||||
"hashes": [],
|
||||
"version": "==3.0.1"
|
||||
},
|
||||
"attrs": {
|
||||
"hashes": [],
|
||||
"version": "==19.1.0"
|
||||
},
|
||||
"babel": {
|
||||
"hashes": [],
|
||||
"version": "==2.7.0"
|
||||
},
|
||||
"blinker": {
|
||||
"hashes": [],
|
||||
"version": "==1.4"
|
||||
},
|
||||
"chardet": {
|
||||
"hashes": [],
|
||||
"version": "==3.0.4"
|
||||
},
|
||||
"click": {
|
||||
"hashes": [],
|
||||
"version": "==7.0"
|
||||
},
|
||||
"flask": {
|
||||
"hashes": [],
|
||||
"version": "==1.0.3"
|
||||
},
|
||||
"flask-admin": {
|
||||
"git": "https://github.com/Fomys/flask-admin"
|
||||
},
|
||||
"flask-babelex": {
|
||||
"hashes": [],
|
||||
"version": "==0.9.3"
|
||||
},
|
||||
"flask-login": {
|
||||
"hashes": [],
|
||||
"version": "==0.4.1"
|
||||
},
|
||||
"flask-mail": {
|
||||
"hashes": [],
|
||||
"version": "==0.9.1"
|
||||
},
|
||||
"flask-migrate": {
|
||||
"hashes": [],
|
||||
"version": "==2.5.2"
|
||||
},
|
||||
"flask-principal": {
|
||||
"hashes": [],
|
||||
"version": "==0.4.0"
|
||||
},
|
||||
"flask-restful": {
|
||||
"hashes": [],
|
||||
"version": "==0.3.7"
|
||||
},
|
||||
"flask-script": {
|
||||
"hashes": [],
|
||||
"version": "==2.0.6"
|
||||
},
|
||||
"flask-security": {
|
||||
"hashes": [],
|
||||
"version": "==3.0.0"
|
||||
},
|
||||
"flask-sqlalchemy": {
|
||||
"hashes": [],
|
||||
"version": "==2.4.0"
|
||||
},
|
||||
"flask-uploads": {
|
||||
"hashes": [],
|
||||
"version": "==0.2.1"
|
||||
},
|
||||
"flask-wtf": {
|
||||
"hashes": [],
|
||||
"version": "==0.14.2"
|
||||
},
|
||||
"gunicorn": {
|
||||
"hashes": [],
|
||||
"version": "==19.9.0"
|
||||
},
|
||||
"idna": {
|
||||
"hashes": [],
|
||||
"version": "==2.8"
|
||||
},
|
||||
"idna-ssl": {
|
||||
"hashes": [],
|
||||
"markers": "python_version < '3.7'",
|
||||
"version": "==1.1.0"
|
||||
},
|
||||
"itsdangerous": {
|
||||
"hashes": [],
|
||||
"version": "==1.1.0"
|
||||
},
|
||||
"jinja2": {
|
||||
"hashes": [],
|
||||
"version": "==2.10.1"
|
||||
},
|
||||
"mako": {
|
||||
"hashes": [],
|
||||
"version": "==1.0.11"
|
||||
},
|
||||
"markupsafe": {
|
||||
"hashes": [],
|
||||
"version": "==1.1.1"
|
||||
},
|
||||
"multidict": {
|
||||
"hashes": [],
|
||||
"version": "==4.5.2"
|
||||
},
|
||||
"mysqlclient": {
|
||||
"hashes": [],
|
||||
"version": "==1.4.2.post1"
|
||||
},
|
||||
"passlib": {
|
||||
"hashes": [],
|
||||
"version": "==1.7.1"
|
||||
},
|
||||
"pymysql": {
|
||||
"hashes": [],
|
||||
"version": "==0.9.3"
|
||||
},
|
||||
"python-dateutil": {
|
||||
"hashes": [],
|
||||
"version": "==2.8.0"
|
||||
},
|
||||
"python-editor": {
|
||||
"hashes": [],
|
||||
"version": "==1.0.4"
|
||||
},
|
||||
"pytz": {
|
||||
"hashes": [],
|
||||
"version": "==2019.1"
|
||||
},
|
||||
"six": {
|
||||
"hashes": [],
|
||||
"version": "==1.12.0"
|
||||
},
|
||||
"speaklater": {
|
||||
"hashes": [],
|
||||
"version": "==1.3"
|
||||
},
|
||||
"sqlalchemy": {
|
||||
"hashes": [],
|
||||
"version": "==1.3.4"
|
||||
},
|
||||
"typing-extensions": {
|
||||
"hashes": [],
|
||||
"markers": "python_version < '3.7'",
|
||||
"version": "==3.7.2"
|
||||
},
|
||||
"werkzeug": {
|
||||
"hashes": [],
|
||||
"version": "==0.15.4"
|
||||
},
|
||||
"wtforms": {
|
||||
"hashes": [],
|
||||
"version": "==2.2.1"
|
||||
},
|
||||
"yarl": {
|
||||
"hashes": [],
|
||||
"version": "==1.3.0"
|
||||
}
|
||||
},
|
||||
"develop": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user