-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathrequirements.txt
108 lines (53 loc) · 2.23 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
asgiref==3.5.2; python_version >= '3.7'
async-timeout==4.0.2; python_version >= '3.6'
beautifulsoup4==4.11.1; python_version >= '3.6'
certifi==2022.9.14; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==2.1.1; python_version >= '3.6'
cloudinary==1.30.0
cryptography==38.0.1; python_version >= '3.6'
cssselect==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
django-ckeditor==6.5.1
django-cloudinary-storage==0.3.0
django-cors-headers==3.13.0
django-js-asset==2.0.0; python_version >= '3.6'
django-redis==5.2.0
django==4.1.1
gunicorn==20.1.0
idna==3.4; python_version >= '3.5'
lxml==4.9.1
markdown2==2.4.3; python_version >= '3.5' and python_version < '4'
oauthlib==3.2.1; python_version >= '3.6'
packaging==21.3; python_version >= '3.6'
pillow==9.2.0
psycopg2-binary==2.9.3
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pycryptodome==3.15.0
pyjwt==2.5.0; python_version >= '3.7'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pyquery==1.4.3
python-decouple==3.6
python3-openid==3.2.0
readtime==2.0.0
redis==4.3.4; python_version >= '3.6'
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
social-auth-app-django==5.0.0
social-auth-core==4.3.0; python_version >= '3.6'
soupsieve==2.3.2.post1; python_version >= '3.6'
sqlparse==0.4.2; python_version >= '3.5'
tweepy==4.10.1
tzdata==2022.2; sys_platform == 'win32'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
whitenoise==6.2.0
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'