Browse Source

Add Pipfile and Pipfile.lock

pull/1120/head
Hironsan 3 years ago
parent
commit
0b9ef401b1
2 changed files with 1222 additions and 0 deletions
  1. 45
      Pipfile
  2. 1177
      Pipfile.lock

45
Pipfile

@ -0,0 +1,45 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
model-mommy = "*"
unittest-xml-reporting = "*"
vcrpy = "*"
vcrpy-unittest = "*"
coverage = "*"
flake8 = "*"
isort = "*"
pytest = "*"
autopep8 = "*"
pytest-cov = "*"
mypy = "*"
[packages]
django = "*"
django-heroku = "*"
environs = "*"
furl = "*"
djangorestframework = "*"
django-filter = "*"
social-auth-app-django = "*"
django-polymorphic = "*"
django-cors-headers = "*"
drf-yasg = "*"
djangorestframework-xml = "*"
apache-libcloud = "*"
djangorestframework-csv = "*"
django-rest-polymorphic = "*"
conllu = "*"
chardet = "*"
colour = "*"
pyexcel = "*"
seqeval = "*"
whitenoise = "*"
dj-database-url = "*"
python-jose = "*"
pyexcel-xlsx = "*"
[requires]
python_version = "3.8"

1177
Pipfile.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save