Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix list of dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nar Saynorath committed Apr 23, 2020
1 parent f246f4f commit 79f52de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='1.0',
version='1.1',
description='Django middleware for logging profiling data',
long_description=long_description,
# The project's main homepage.
Expand Down Expand Up @@ -47,7 +47,7 @@
# simple. Or you can use find_packages().
packages=['see_profile'],
install_requires=[
"django>=1.10"
"django>=1.10",
"django-security>=0.9.0"
],
)

0 comments on commit 79f52de

Please sign in to comment.