Skip to content

Commit

Permalink
chore: Remove version for fs dependency
Browse files Browse the repository at this point in the history
This is to allow pip to find a solution to a dependency conflict. The version that works will be added back here then.
  • Loading branch information
bellisk committed Aug 3, 2023
1 parent 4df7268 commit 5a985b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file lists the dependencies of this extension.
# Install with a command like: pip install -r requirements.txt
# Install with a command like: pip install -r requirements.txt
flake8==2.1.0
testfixtures==4.10.0
fs==0.5.4
fs
mock==2.0.0
pylons==0.9.7
nose==1.3.7
Expand Down

0 comments on commit 5a985b8

Please # to comment.