Skip to content

Commit

Permalink
Update project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Formulka authored Apr 19, 2024
1 parent 1e26d90 commit 211c748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
skip-django-germanium @ git+https://github.com/skip-pay/germanium@tda/chore/django_bump
skip-django-block-snippets @ git+https://github.com/skip-pay/django-block-snippets@tda/chore/django_bump
skip-django-germanium==2.4.0
skip-django-block-snippets==2.1.0
coveralls
flake8
factory_boy>=3.0.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def get_version(*file_paths):
include_package_data=True,
install_requires=[
"django>=4.2",
"skip-django-fperms @ git+https://github.com/skip-pay/django-fperms@tda/chore/django_bump",
"skip-django-is-core @ git+https://github.com/skip-pay/django-is-core@tda/chore/django_bump",
"skip-django-fperms>=0.5.0",
"skip-django-is-core>=2.25.0",
],
license="MIT",
zip_safe=False,
Expand Down

0 comments on commit 211c748

Please sign in to comment.