-
Notifications
You must be signed in to change notification settings - Fork 28
/
requirements.txt
83 lines (76 loc) · 1.36 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
# Django installation
Django==4.2.7
## Dependencies
asgiref==3.6.0
sqlparse==0.4.4
# PostgreSQL support
psycopg2-binary==2.9.5
# .env support
python-dotenv==0.21.1
# Celery connection
celery==5.3.1
django-celery-results==2.5.1
django-celery-beat==2.5.0
flower==2.0.1
## Dependencies
amqp==5.1.1
billiard==4.1.0
click==8.1.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
kombu==5.3.1
prompt-toolkit==3.0.36
pytz==2022.7.1
six==1.16.0
vine==5.0.0
wcwidth==0.2.6
django-timezone-field==5.0
python-crontab==2.7.1
python-dateutil==2.8.2
tzdata==2022.7
humanize==4.6.0
prometheus-client==0.16.0
tornado==6.3.3
cron-descriptor==1.4.0
# Project maintenance
flake8==6.0.0
isort==5.12.0
pre-commit==3.0.4
## Dependencies
mccabe==0.7.0
pycodestyle==2.10.0
pyflakes==3.0.1
cfgv==3.3.1
distlib==0.3.6
filelock==3.9.0
identify==2.5.17
nodeenv==1.7.0
platformdirs==3.0.0
PyYAML==6.0
virtualenv==20.19.0
# Testing
pytest==7.4.3
pytest-celery==0.0.0
pytest-django==4.6.0
pytest-mock==3.12.0
pytest-cov==4.1.0
coverage==7.3.2
requests-mock==1.11.0
# Working with XML Documents (legacy currency convert)
lxml==4.9.3
MechanicalSoup==1.3.0
## Dependencies
beautifulsoup4==4.11.2
certifi==2023.7.22
charset-normalizer==3.0.1
idna==3.4
requests==2.31.0
soupsieve==2.3.2.post1
urllib3==1.26.18
# Direct indexing
pysolr==3.9.0
xmljson==0.2.1
pymongo==4.3.3
## Dependencies
dnspython==2.3.0