Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix offline dist #2304

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-allauth==0.57.0
django-cors-headers==4.3.1
django-countries-plus==2.2.0
django-csp==3.7
django-environ @ git+https://github.com/ESSolutions/django-environ.git@cffc7c72c900e5bf876b88dd6c14f3d0ca1470dc
django-environ==0.11.2
django-filter==24.1
django-groups-manager==1.3.0
django-guardian==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django-auth-ldap==4.8.0
django-auto-logout==0.5.1
django-axes==6.3.0
pysaml2 @ git+https://github.com/ESSolutions/pysaml2.git@2f1ba6beaef3f6189ace26e0efb5f2d031624e04 ; platform_system=='Windows'
pysaml2==7.5.0
djangosaml2==1.9.2
unoconv==0.9.0
comtypes==1.4.1 ; platform_system=='Windows'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def get_optional(name):
versions_dict = versioneer.get_versions()
cmdclass = versioneer.get_cmdclass()
setup(
name='ESSArch',
name='essarch',
version=versions_dict['version'],
description='ESSArch',
description='ESSArch (ES Solutions Archive)',
long_description=open("README.md").read(),
long_description_content_type='text/markdown',
author='Henrik Ek',
Expand Down
Loading