BuyAndKnow/bk_api/Pipfile

21 lines
304 B
TOML
Raw Permalink Normal View History

2019-11-25 13:43:17 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
opencv-python = "*"
numpy = "*"
argparse = "*"
pytesseract = "*"
pillow = "*"
2019-12-08 22:11:51 +01:00
django = "*"
2019-12-15 15:03:57 +01:00
django-cors-headers = "*"
2020-01-12 20:07:57 +01:00
djangorestframework = "*"
django-rest-knox = "*"
2019-11-25 13:43:17 +01:00
[requires]
2019-12-15 15:03:57 +01:00
python_version = "3.6"