forked from Flagsmith/flagsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1.15 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
runserver = "python src/manage.py runserver"
makemigrations = "python src/manage.py makemigrations"
migrate = "python src/manage.py migrate"
test = "pytest src -p no:warnings"
shell = "src/manage.py shell"
[dev-packages]
pylint = "*"
"pep8" = "*"
"autopep8" = "*"
pytest = "*"
pytest-django = "*"
django-test-migrations = "*"
[packages]
appdirs = "*"
django-cors-headers = "*"
djangorestframework = "*"
gunicorn = "*"
pyparsing = "*"
requests = "*"
six = "*"
whitenoise = "<4.0"
dj-database-url = "*"
drf-nested-routers = "*"
shortuuid = "*"
sendgrid-django = "*"
psycopg2-binary = "*"
coreapi = "*"
Django = "<3.0"
django-simple-history = "*"
django-debug-toolbar = "*"
google-api-python-client = "*"
"oauth2client" = "*"
djangorestframework-recursive = "*"
drf-yasg = "*"
packaging = "*"
chargebee = "*"
python-http-client = "<3.2.0" # 3.2.0 is the latest but throws an error on installation saying that it's not found
django-health-check = "*"
django-storages = "*"
django-environ = "*"
django-trench = "*"
djoser = "*"
influxdb-client = "*"
django-ordered-model = "*"
django-ses = "*"