Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# Additional requirements go here

djangorestframework==3.10.3
djangorestframework==3.15.2

django-filter==2.2.0
django-filter==24.3
django-genomix==1.1.0
django-model-utils==3.2.0
django-model-utils==5.0.0

mysqlclient==1.4.4
tqdm==4.37.0
mysqlclient==2.2.6
tqdm==4.67.1
12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
-r requirements_test.txt

bumpversion==0.5.3
wheel==0.33.6
twine==2.0.0
bumpversion==0.6.0
wheel==0.45.1
twine==6.0.1

# Docs requirements
Sphinx==2.2.1
sphinx-rtd-theme==0.4.3
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2
sphinxcontrib-napoleon==0.7

autopep8==1.4.4
autopep8==2.3.1
22 changes: 11 additions & 11 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
coverage==4.5.4
mock==3.0.5
flake8==3.7.9
tox==3.14.0
codecov==2.0.15
coverage==7.6.8
mock==5.1.0
flake8==7.1.1
tox==4.23.2
codecov==2.1.13


# Additional test requirements go here

pytest==5.2.2
pytest-cov==2.8.1
pytest-django==3.6.0
pytest-sugar==0.9.2
django-coverage-plugin==1.6.0
django-test-plus==1.3.1
pytest==8.3.4
pytest-cov==6.0.0
pytest-django==4.9.0
pytest-sugar==1.0.0
django-coverage-plugin==3.1.0
django-test-plus==2.2.4
model-mommy==2.0.0