-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
55 lines (50 loc) · 1.03 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
djangorestframework = "*"
django-countries = "*"
djangorestframework-simplejwt = "*"
django-honeypot = "*"
django-rosetta = "*"
dj-database-url = "*"
django-environ = "*"
streetview = {git = "https://github.com/robolyst/streetview"}
gunicorn = "*"
tensorflow = "*"
ibm-cos-sdk = "*"
ibm-watson = "*"
jinja2 = "*"
keras = "*"
mistune = "*"
mkdocs = "*"
numpy = "*"
opencv-python = "*"
pillow = "*"
pipenv = "~=2022.1.8"
requests = "*"
virtualenv = "*"
whitenoise = "*"
mkdocs-material = "*"
geopy = "*"
filetype = "*"
requests-toolbelt = "*"
pandas = "*"
matplotlib = "*"
scipy = "*"
scikit-image = "*"
semantic-version = "*"
flake8-django = "*"
[dev-packages]
[requires]
python_version = "3.9"
[scripts]
install-client = "pip install psycopg2"
install-server = "pip install psycopg2-binary"
test = "python manage.py test --debug-mode --debug-sql --parallel --buffer"
[pipenv]
allow_prereleases = true