Skip to content

Commit b375504

Browse files
committed
cleanup dependency versions
1 parent 7fae643 commit b375504

5 files changed

Lines changed: 33 additions & 3 deletions

File tree

.behaverc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[behave]
2+
paths = tests/features

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# .coveragerc to control coverage.py
2+
3+
[run]
4+
5+
[report]
6+
7+
[html]

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.10"
12+
python: "3.14"
1313
# You can also specify other tool versions:
1414
# nodejs: "16"
1515
# rust: "1.55"

CONTRIBUTING.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,21 @@ Thank you very much for your interest in openNPL.
66

77
We always welcome contributions, whether they are in the form of code, documentation, issues, suggestions or financial support.
88

9+
Bugs / Issues / Feature Requests
10+
-----------------------------------
11+
If you experience problems with openNPL, or have specific feature requests, please log them on the GitHub `Issue Tracker <https://github.com/open-risk/openNPL/issues>`_
12+
13+
Code / Translations
14+
----------------------
15+
If you want to contribute code or translations, please fork the code and submit a `pull request <https://github.com/open-risk/openNPL/pulls>`_
16+
17+
LLM Assisted Contributions
18+
---------------------- ----
19+
20+
If contributors use large language models (LLMs) to assist in their coding, they must explicitly state this; failure to do so will result in rejection of their patches.
21+
22+
23+
Todo List (auto-generated)
24+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25+
26+
.. todolist::

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,26 @@ numpy
55
pandas
66
scipy
77
Markdown
8-
Pillow
8+
Pillow==12.2.0
99
django-leaflet
1010
django-jazzmin
1111
django-json-widget
1212
django-jsoneditor
13-
django-markdownfield
13+
django-markdownfield==0.20.2
1414
django-treebeard
1515
django-import-export
1616
django-countries
1717
django-extensions
1818
django-htmx
1919
django-debug-toolbar
20+
psycopg2-binary
2021
django-model-utils
2122
Sphinx
2223
sphinx-rtd-theme
2324
sphinx-toolbox
2425
behave-django
26+
pytest
27+
pytest-bdd
2528
tablib
2629
setuptools
2730

0 commit comments

Comments
 (0)