Skip to content

Commit

Permalink
move the multisite requirements from install requires to dependency l…
Browse files Browse the repository at this point in the history
…inks
  • Loading branch information
FreemanPancake committed Apr 3, 2024
1 parent e066161 commit ae9fc9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ python_requires = >=3.8
setup_requires = setuptools_scm[toml]
install_requires =
django>=3.2,<5
'LIBRARY @ https://github.com/FidelityInternational/django-multisite/tarball/feat/django-42-compat#egg=django-multisite'
'LIBRARY @ 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 ae9fc9b

Please sign in to comment.