Skip to content

Commit

Permalink
Update project requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Formulka committed Apr 19, 2024
1 parent 83cd8a4 commit d6b2ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Django~=4.2
skip-django-germanium @ git+https://github.com/skip-pay/germanium@tda/chore/django_bump
skip-django-germanium==2.4.0
flake8==5.0.4
coveralls==3.3.1
django-reversion==4.0.2
responses==0.22.0
celery==5.2.7
freezegun==0.3.12
elasticsearch-dsl==7.4.0
skip-django-pyston @ git+https://github.com/skip-pay/django-pyston@tda/chore/django_bump
skip-django-pyston==2.17.0
-e ../
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def read(fname):
'django>=4.2',
'django-ipware>=3.0.2',
'ansi2html>=1.6.0',
'skip-django-chamber @ git+https://github.com/skip-pay/django-chamber@tda/chore/django_bump',
'skip-django-chamber>=0.7.2',
'skip-django-choice-enumfields>=1.1.3.2',
'skip-django-generic-m2m-field @ git+https://github.com/skip-pay/django-generic-m2m-field@tda/chore/django_bump',
'skip-django-celery-extensions @ git+https://github.com/skip-pay/django-celery-extensions@tda/chore/django_bump',
'skip-django-generic-m2m-field>=0.1.0',
'skip-django-celery-extensions>=0.1.0',
'isodate>=0.6.1',
],
zip_safe=False
Expand Down

0 comments on commit d6b2ecb

Please sign in to comment.