forked from WordPress/openverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
47 lines (44 loc) · 1012 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
factory-boy = "~=3.2"
fakeredis = "==2.19.0"
ipython = "~=8.17"
pycodestyle = "~=2.10"
pytest = "~=7.4"
pytest-django = "~=4.6"
pytest-raises = "~=0.11"
remote-pdb = "~=2.1"
pgcli = "~=3.5"
freezegun = "~=1.2.2"
pytest-sugar = "~=0.9"
pook = {ref = "master", git = "git+https://github.com/h2non/pook.git"}
[packages]
aiohttp = "~=3.8"
aws-requests-auth = "~=0.4"
deepdiff = "~=6.4"
Django = "~=4.2"
django-cors-headers = "~=4.2"
django-log-request-id = "~=2.0"
django-oauth-toolkit = "~=2.3"
django-redis = "~=5.4"
django-tqdm = "~=1.3"
django-uuslug = "~=2.0"
djangorestframework = "~=3.14"
drf-spectacular = "*"
elasticsearch = "==8.10.1"
elasticsearch-dsl = "~=8.9"
future = "~=0.18"
gunicorn = "~=21.2"
limit = "~=0.2"
Pillow = "~=10.1.0"
python-decouple = "~=3.8"
python-xmp-toolkit = "~=2.0"
sentry-sdk = "~=1.30"
django-split-settings = "*"
uvloop = "~=0.17"
psycopg = "~=3.1"
[requires]
python_version = "3.11"