Skip to content

Commit

Permalink
[Issue #351] removed unneeded files and updated the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ria-htkw committed Apr 1, 2024
1 parent fec4408 commit 0a34093
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .directory

This file was deleted.

Empty file removed .travis.yml
Empty file.
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

10 changes: 0 additions & 10 deletions app.json

This file was deleted.

Empty file removed requirements/base_requirements.txt
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
author_email='[email protected]',
license='BSD',
packages=find_packages(exclude=["projectsettings", "documentation"]),
install_requires=['Django==3.2.20',
install_requires=['Django==3.2.25',
'django-filebrowser==3.14.3',
'lxml==5.1.0',
'olefile==0.46',
'Pillow==7.1.2',
"Pillow==10.2.0",
'psycopg2-binary==2.8.4',
'pytz==2022.4',
'django-grappelli==2.15.7',
Expand Down

0 comments on commit 0a34093

Please sign in to comment.