Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhugosson committed Sep 1, 2023
1 parent be1b799 commit 1204cd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ __pycache__/

# test app
db.sqlite3

.idea/
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

setup(
name='django-leek',
version='1.0.4',
version='1.0.5',
packages=find_packages(exclude=['test_app']),
install_requires=['django>=1.11'],
install_requires=['django>=3.2'],
include_package_data=True,
license='MIT License',
description='A simple Django app to offload tasks from main web server',
Expand All @@ -25,12 +25,12 @@
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 3.2',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.10',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit 1204cd3

Please sign in to comment.