-
Notifications
You must be signed in to change notification settings - Fork 7
/
requirements-dev.txt
76 lines (75 loc) · 2.05 KB
/
requirements-dev.txt
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# This file is @generated by PDM.
# Please do not edit it manually.
arrow==1.3.0
asgiref==3.8.1
asttokens==2.4.1; python_version > "3.6"
attrs==23.2.0
beautifulsoup4==4.12.3
black==24.4.2
boto3==1.34.116
botocore==1.34.116
cachetools==5.3.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6; sys_platform == "win32" or platform_system == "Windows"
coverage==7.5.0
decorator==5.1.1; python_version > "3.6"
django==5.0.4
django-model-utils==4.5.1
djangorestframework==3.15.1
dynaconf==3.2.5
exceptiongroup==1.2.1; python_version < "3.11"
executing==2.0.1; python_version > "3.6"
google-api-core==2.19.0
google-api-python-client==2.127.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.0
googleapis-common-protos==1.63.0
httplib2==0.22.0
idna==3.7
iniconfig==2.0.0
ipdb==0.13.13
ipython==8.24.0; python_version > "3.6"
jedi==0.19.1; python_version > "3.6"
jmespath==1.0.1
matplotlib-inline==0.1.7; python_version > "3.6"
mypy-extensions==1.0.0
oauth2client==4.1.3
oauthlib==3.2.2
packaging==24.0
parso==0.8.4; python_version > "3.6"
pathspec==0.12.1
pexpect==4.9.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version > "3.6"
platformdirs==4.2.2
pluggy==1.5.0
prompt-toolkit==3.0.43; python_version > "3.6"
proto-plus==1.23.0
protobuf==4.25.3
ptyprocess==0.7.0; (sys_platform != "win32" and sys_platform != "emscripten") and python_version > "3.6"
pure-eval==0.2.2; python_version > "3.6"
pyasn1==0.6.0
pyasn1-modules==0.4.0
pygments==2.17.2; python_version > "3.6"
pyparsing==3.1.2; python_version > "3.0"
pytest==8.2.0
pytest-django==4.8.0
python-dateutil==2.9.0.post0
requests==2.31.0
requests-oauthlib==2.0.0
rsa==4.9
s3transfer==0.10.1
sentry-sdk==2.3.1
six==1.16.0
soupsieve==2.5
sqlparse==0.5.0
stack-data==0.6.3; python_version > "3.6"
tomli==2.0.1; python_version < "3.11"
traitlets==5.14.3; python_version > "3.6"
types-python-dateutil==2.9.0.20240316
typing-extensions==4.11.0; python_version < "3.12"
tzdata==2024.1; sys_platform == "win32"
uritemplate==4.1.1
urllib3==2.2.1
wcwidth==0.2.13; python_version > "3.6"