Skip to content

Commit

Permalink
move dj-database-url to tests_require (#18)
Browse files Browse the repository at this point in the history
* move dj-database-url to tests_require

* and django
  • Loading branch information
joshblum committed Apr 27, 2019
1 parent 3530572 commit e71228a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keybase_proofs/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 0, 7, 'final', 0)
VERSION = (0, 0, 8, 'final', 0)


def get_version():
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -32,9 +32,8 @@ def run_tests(self):
url='https://github.com/keybase/django-keybase-proofs',
package_dir={'keybase_proofs': 'keybase_proofs'},
packages=find_packages(exclude='test_app'),
tests_require=['pytest-django'],
tests_require=['django', 'pytest-django', 'dj-database-url'],
install_requires=[
'dj-database-url>=0.5.0,<0.6',
'py2casefold>=1.0.1,<1.1',
'requests>=2.20.0,<2.30.0',
'django-jsonview>=1.2.0,<1.3.0',
Expand Down

0 comments on commit e71228a

Please sign in to comment.