Initial commit
This commit is contained in:
23
Pipfile
Normal file
23
Pipfile
Normal file
@@ -0,0 +1,23 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "*"
|
||||
rq = "*"
|
||||
requests = "*"
|
||||
gunicorn = "*"
|
||||
|
||||
[dev-packages]
|
||||
pylint = "*"
|
||||
flake8 = "*"
|
||||
yapf = "*"
|
||||
black = "*"
|
||||
pylint_flask = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
Reference in New Issue
Block a user