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

Commit

Permalink
update reqmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Nov 6, 2016
1 parent fde2d8d commit ff64501
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
arrow==0.8.0
Django==1.10.2
Django==1.10.3
django-admin-bootstrapped==2.5.7
six==1.10.0
flake8==2.5.4
flake8==3.0.4
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 18,26 @@ def reqs(*f):
version=version,
description='Django Diabetes is a personal Glucose Manager',
author='FoxMaSk',
maintainer='FoxMaSk',
author_email='[email protected]',
maintainer_email='[email protected]',
url='https://github.com/foxmask/dj-diabetes',
download_url="https://github.com/foxmask/dj-diabetes/"
"archive/dj-diabetes-" version ".zip",
packages=find_packages(exclude=['dj_diabetes/local_settings']),
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Framework :: Django',
'Topic :: Database',
'Topic :: Scientific/Engineering :: Medical Science Apps.',
],
install_requires=install_requires,
include_package_data=True,
Expand Down

0 comments on commit ff64501

Please sign in to comment.