-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
68 lines (65 loc) · 1.41 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.5.2"
beautifulsoup4 = "==4.11.1"
certifi = "==2022.9.24"
chardet = "==3.0.4"
charset-normalizer = "==2.1.1"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
distlib = "==0.3.6"
dj-database-url = "==1.0.0"
django = "==4.1.2"
django-heroku = "==0.3.1"
django-rest-swagger = "==2.2.0"
djangorestframework = "==3.14.0"
djangorestframework-simplejwt = "==5.2.1"
drf-yasg = "==1.21.4"
filelock = "==3.8.0"
googletrans = "==3.1.0a0"
gunicorn = "==20.1.0"
h11 = "==0.9.0"
h2 = "==3.2.0"
hpack = "==3.0.0"
hstspreload = "==2022.10.1"
httpcore = "==0.9.1"
httpx = "==0.13.3"
hyperframe = "==5.2.0"
idna = "==2.10"
inflection = "==0.5.1"
itypes = "==1.2.0"
jinja2 = "==3.1.2"
markupsafe = "==2.1.1"
openapi-codec = "==1.3.2"
packaging = "==21.3"
pipenv = "==2022.10.12"
platformdirs = "==2.5.2"
psycopg2 = "==2.9.4"
pyjwt = "==2.5.0"
pyparsing = "==3.0.9"
python-decouple = "==3.6"
pytz = "==2022.4"
requests = "==2.28.1"
rfc3986 = "==1.5.0"
"ruamel.yaml" = "==0.17.21"
"ruamel.yaml.clib" = "==0.2.6"
simplejson = "==3.17.6"
sniffio = "==1.3.0"
soupsieve = "==2.3.2.post1"
sqlparse = "==0.4.3"
twilio = "==7.14.2"
tzdata = "==2022.5"
uritemplate = "==4.1.1"
urllib3 = "==1.26.12"
virtualenv = "==20.16.5"
virtualenv-clone = "==0.5.7"
whitenoise = "==6.2.0"
gensim = "*"
nltk = "*"
django-cors-headers = "*"
[dev-packages]
[requires]
python_version = "3.10"