Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt

autopep8==2.3.2
coveralls==4.0.1
coverage==7.10.7
pre-commit==4.3.0
tox==4.30.3
coveralls==4.0.2
coverage==7.11.3
pre-commit==4.4.0
tox==4.32.0
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ djangorestframework-xml==2.0.0

# Do not upgrade to 2.9.10, which has a build issue with
# newer setup tools. BUT versions > 2.9.10 might work?
psycopg2-binary==2.9.7
psycopg2-binary==2.9.11

semantic-version==2.10.0
stopit==1.1.2
xmlschema==4.1.0
xmlschema==4.2.0
xmltodict==1.0.2

# string matching
jellyfish==1.2.0
jellyfish==1.2.1

# schematron runner from TestSuite repo
# This also sets the version of lxml to use
testsuite==0.1.5

# production deployment
uWSGI==2.0.30; sys_platform != "win32"
uWSGI==2.0.31; sys_platform != "win32"
Loading