Skip to content

Commit

Permalink
change the multisite requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Apr 3, 2024
1 parent ae9fc9b commit c1180aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ python_requires = >=3.8
setup_requires = setuptools_scm[toml]
install_requires =
django>=3.2,<5
django-multisite @ https://github.com/FidelityInternational/django-multisite/tarball/feat/django-42-compat#egg=django-multisite
djangocms-multisite @ https://github.com/FidelityInternational/djangocms-multisite/tarball/feat/django-42-compat#egg=djangocms-multisite
aldryn-django
aldryn_addons
click
psycopg2>=2.5
yurl
dependency_links = [
'https://github.com/FidelityInternational/django-multisite/tarball/feat/django-42-compat#egg=django-multisite',
'https://github.com/FidelityInternational/djangocms-multisite/tarball/feat/django-42-compat#egg=djangocms-multisite'
]

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit c1180aa

Please sign in to comment.