41 Commits

Author SHA1 Message Date
Horilla
80a03f947d [UPDT] Requirement: Updated requirements by adding boto3 2026-01-08 09:35:45 +05:30
Horilla
8c4f901f97 [FIX]Requirements: Issue #1026 2026-01-06 16:42:19 +05:30
Nguyen Quang
8b7f73f8c9 [FIX] Updating requirements.txt so that it can RUN pip install -r requirements.txt (#924) 2025-09-24 10:33:46 +05:30
Horilla
a532f57c7e [UPDT] REQUIREMENTS.TXT: Upgrade Django from 4.2.21 → 4.2.23 to fix CVE-2025-48432 2025-09-08 15:44:24 +05:30
dependabot[bot]
b8eacfb3b4 Bump django from 4.2.11 to 4.2.21 (#737)
Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.21.
- [Commits](https://github.com/django/django/compare/4.2.11...4.2.21)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 4.2.21
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 12:20:16 +05:30
Nikhil Ravi
caeb35264c [UPDT] REQUIREMENTS: Add geopy to requirements 2025-04-29 12:49:18 +05:30
jaikishanwadhawa
d299172784 add support for gcp bucket for media (#529)
Co-authored-by: Jai <jai@voicegain.ai>
Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2025-02-26 10:53:49 +05:30
Horilla
1f306792ea [ADD] OUTLOOK: Add outlook mail integration to Horilla 2025-02-25 17:53:28 +05:30
Mahmoud Nasser Abdulhamed
e028d75960 [FIX] Added missing package (google-cloud-storage) in requirements.txt (#511) 2025-02-19 15:07:58 +05:30
Horilla
289a9d1b6b Add google-api-python-client to the requirements list 2025-02-13 17:21:29 +05:30
Horilla
03d4d1dd66 [ADD] REQUIREMENTS: pdfkit 2025-01-10 15:28:06 +05:30
Horilla
6a6f180ddd [UPDT] Add responses package to requirements.txt 2024-10-17 16:14:02 +05:30
Horilla
dcc667e99d [UPDT] REQUIREMENTS: Dependencies for Horilla API 2024-10-10 15:45:30 +05:30
Rajendra Prasad JM
1c8d2fa165 Update requirements.txt (#292)
The Following library is used in asset/resources.py
2024-08-22 12:48:35 +05:30
Horilla
db7f2f1a99 [ADD] Add bs4 to requirements.txt 2024-07-29 17:09:54 +05:30
Horilla
d919fe5697 Add Jinja2 to requirements.txt 2024-07-09 12:06:50 +05:30
Horilla
adcd2fdbc8 [FIX] PyMuPDF version
The latest PyMuPDF version broke the docker compose build in MacOS due to PyMuPDFb-1.24.6 linux/aarch64 wheel is missing on pypi.org .
The required version for the package is lowered to the stable 1.24.5 for build compatibility.
2024-07-02 15:25:08 +05:30
Horilla
8ca74233ff Update requirements.txt - Add PyMuPDF for resume shortlisting 2024-06-06 10:28:15 +05:30
Horilla
beda1ca2d0 Update requirements.txt
Add django-environ package removed from last commit
2024-05-30 16:08:40 +05:30
Horilla
dd8dfe1526 [ADD] BIOMETRIC: Add biometric app to the master code base 2024-05-30 11:06:23 +05:30
Horilla
a1ff31d57e Add django-auditlog to requirements.
NOTE: In existing databases with the latest commit, some users might find issues while doing the migrations.
Ignore those warning, the migrations will execute successfully and run again. If the migrations doesn't work in the first attempt, try again and it should work fine.
2024-05-21 13:55:00 +05:30
Horilla
e72f6ecde0 Update requirements.txt 2024-05-13 11:15:29 +05:30
Horilla
6460fd19b9 Update requirements.txt 2024-04-04 04:35:43 +00:00
Ashwanth Balakrishnan
c514599c8a Added production settings and support for secret values from env variables (#118)
* Added Django-environ support and Production settings

* Option to set db settings in both ways

* Added setuptools in req.txt

* Minor bug fix

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-03-19 08:44:43 +00:00
Horilla
b3ca2971d7 Update requirements.txt
Change Django version to >=4.2.11
2024-03-19 04:59:56 +00:00
Horilla
2ac3d2fee2 Update requirements.txt 2024-03-13 12:00:34 +00:00
Horilla
b67a59931d Update requirements.txt
Django version to 4
2024-03-13 11:59:56 +00:00
Ashwanth Balakrishnan
03ff0aec9c Dockerized the application (#119)
* dockerized the application

* Update docker.md

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-03-13 06:21:23 +00:00
Horilla
098634caff Update requirements.txt
Remove versions from packages to avoid inconsistencies
2024-03-11 11:27:38 +00:00
Horilla
1d8d7bbb41 Update requirements.txt (#114) 2024-03-11 11:12:41 +00:00
Horilla
4b06e829d5 Update requirements.txt
Remove versions from numpy and pandas packages due to the inconsistencies occurring during the installation in some ubuntu systems.
2024-03-07 12:46:27 +00:00
dependabot[bot]
3d5e7f32d1 Bump cryptography from 42.0.2 to 42.0.4 (#93)
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 04:47:53 +00:00
dependabot[bot]
793be9d355 Bump django from 4.2.7 to 4.2.10 (#91)
Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.10.
- [Commits](https://github.com/django/django/compare/4.2.7...4.2.10)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 17:11:41 +00:00
dependabot[bot]
be0facddf0 Bump cryptography from 41.0.7 to 42.0.2 (#90)
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 17:09:40 +00:00
Horilla
523f13789f [UPDT] Requirements for helpdesk module 2024-01-08 14:01:24 +05:30
Horilla
072cf5082c [UPDT] Requirements for helpdesk module 2024-01-08 13:54:29 +05:30
Horilla
b4a928783f Update requirements.txt 2023-12-01 05:22:23 +00:00
dependabot[bot]
de0570dab2 Bump pillow from 10.0.0 to 10.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 11:34:19 +00:00
Horilla
434edb7a6c [UPDT] requirements.txt 2023-09-07 15:16:29 +05:30
Nikhil Ravi Cybrosys
e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30
Nikhil
2e18244716 [INITIAL COMMIT] 2023-05-10 15:06:57 +05:30