aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-30 13:16:38 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-30 13:19:26 +1100
commit43b7d8840041997d6afbb850f5435a78070df47a (patch)
tree431533e6b037a017e854bcc19f65ee4e793dfb50 /setup.py
parent42a0c3f1aad9ca8e12ac566e4f31bb15c0fe52fd (diff)
downloadmediagoblin-43b7d8840041997d6afbb850f5435a78070df47a.tar.lz
mediagoblin-43b7d8840041997d6afbb850f5435a78070df47a.tar.xz
mediagoblin-43b7d8840041997d6afbb850f5435a78070df47a.zip
Fix audio and submission tests under Guix.
Have temporarily included libsndfile and python-soundfile until these changes get merged into Guix upstream. Identified that Guix's older python-wtforms 2.1 is not compatible with the test suite.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fbb05e0c..1b1b9870 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ install_requires = [
'alembic>=0.7.5',
'python-dateutil',
# WTForms removed the "ext" module in 3.0.
- 'wtforms<3.0',
+ 'wtforms>2.1,<3.0',
'py-bcrypt',
'pytest>=2.3.1',
'pytest-xdist',