-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
132 lines (131 loc) · 2.6 KB
/
requirements.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
--no-binary psycopg2
aniso8601==9.0.1
# via graphene
asgiref==3.7.2
# via django
beautifulsoup4==4.12.2
# via django-livereload-server
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via pytest
cryptography==42.0.5
# via pyjwt
defusedxml==0.7.1
# via python3-openid
dj-rest-auth==6.0.0
# via -r requirements.in
django==4.2.7
# via
# -r requirements.in
# dj-rest-auth
# django-allauth
# django-livereload-server
# django-revproxy
# djangorestframework
# graphene-django
django-allauth==0.61.1
# via -r requirements.in
django-livereload-server==0.4
# via -r requirements.in
django-revproxy==0.12.0
# via -r requirements.in
djangorestframework==3.14.0
# via
# -r requirements.in
# dj-rest-auth
exceptiongroup==1.1.3
# via pytest
execnet==2.0.2
# via pytest-xdist
faker==23.2.0
# via -r requirements.in
graphene==3.3
# via
# -r requirements.in
# graphene-django
graphene-django==3.2.2
# via -r requirements.in
graphql-core==3.2.3
# via
# graphene
# graphene-django
# graphql-relay
graphql-relay==3.2.0
# via
# graphene
# graphene-django
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
promise==2.3
# via graphene-django
psycopg2==2.9.9
# via -r requirements.in
pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
# via
# django-allauth
# pyjwt
pytest==7.4.3
# via
# -r requirements.in
# pytest-django
# pytest-xdist
pytest-django==4.7.0
# via -r requirements.in
pytest-xdist==3.3.1
# via -r requirements.in
python-dateutil==2.8.2
# via faker
python3-openid==3.2.0
# via django-allauth
pytz==2023.3.post1
# via djangorestframework
requests==2.31.0
# via
# django-allauth
# requests-oauthlib
requests-oauthlib==2.0.0
# via django-allauth
six==1.16.0
# via
# django-livereload-server
# promise
# python-dateutil
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.4.4
# via django
text-unidecode==1.3
# via graphene-django
tomli==2.0.1
# via pytest
tornado==6.3.3
# via django-livereload-server
typing-extensions==4.8.0
# via asgiref
tzdata==2024.1
# via django
urllib3==2.0.7
# via
# django-revproxy
# requests