-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
54 lines (40 loc) · 928 Bytes
/
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
# Croniter package for djangoq
croniter==1.3.8
future==0.18.3
# Django and Django REST Framework
Django==4.2.18
django-cors-headers==4.6.0
djangorestframework==3.15.2
django-db-geventpool==4.0.1
django-request-logging==0.7.5
django-filter==24.3
# DjangoQ for running async tasks
django-q==1.3.9
# Read Database Credentials as URL
dj-database-url==2.3.0
# API server
gevent==24.11.1
gunicorn==23.0.0
# Platform SDK
fyle==0.37.2
# Business central sdk
ms-dynamics-business-central-sdk==1.6.0
# Reusable Fyle Packages
fyle-rest-auth==1.7.2
fyle-accounting-mappings==1.35.0
fyle-integrations-platform-connector==1.39.3
# Postgres Dependincies
psycopg2-binary==2.9.10
# Pylint
pylint==2.7.4
# Date Parser
python-dateutil==2.8.2
# Pylint Related Libraries
pytest==8.3.4
pytest-cov==6.0.0
pytest-django==4.9.0
pytest-mock==3.14.0
# Sendgrid for sending emails_selected
sendgrid==6.11.0
sentry-sdk==2.19.2
openpyxl==3.1.5