Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 253795e

Browse files
committed
depends
1 parent 87ce210 commit 253795e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include LICENSE
2-
include README.rst
3-
recursive-include django_db_logger/migrations *.py
2+
include README.rst

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
url='https://ciciui.com/',
1919
author='zhangshine',
2020
author_email='[email protected]',
21+
install_requires=['django>=1.7'],
2122
classifiers=[
2223
'Environment :: Web Environment',
2324
'Framework :: Django',

0 commit comments

Comments
 (0)