Skip to content

Commit

Permalink
Merge pull request #293 from eduNEXT/lmm/slugify
Browse files Browse the repository at this point in the history
Bump constraint for python-slugify dependency
  • Loading branch information
deathbird authored Jun 12, 2020
2 parents 8aed4d3 + 5ea81a9 commit 798230f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
- "python -m pip install --no-use-pep517 pyinstaller==3.4"
- "python -m pip install --no-use-pep517 pyinstaller==3.6"

# Set up the project in develop mode. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,
Expand Down
2 changes: 1 addition & 1 deletion contrib/tx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ exe = EXE(pyz,
debug=False,
strip=None,
upx=False,
console=True , icon='contrib/tx.ico')
console=True , icon='tx.ico')
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
urllib3>=1.24.2,<2.0.0
six<2.0.0
requests>=2.19.1,<3.0.0
python-slugify<2.0.0
python-slugify<5.0.0
gitpython<4.0.0

0 comments on commit 798230f

Please sign in to comment.