Skip to content

Commit

Permalink
dependences removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sorkhemiri committed Feb 21, 2020
1 parent b1ac011 commit 2d9d9fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'ahura',
packages = ['ahura'],
version = '0.1.7',
version = '0.1.8',
license='MIT',
description = 'A God Like Serializer For God Like Developers.',
long_description=long_description,
Expand All @@ -15,9 +15,7 @@
url = 'https://github.com/sorkhemiri/ahura',
download_url = 'https://github.com/sorkhemiri/ahura/archive/0.1.tar.gz',
keywords = ['python', 'django', 'serializer', 'json', 'model', 'orm'],
install_requires=[
'django',
],
install_requires=[],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 2d9d9fb

Please sign in to comment.