Skip to content

Commit

Permalink
Clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jul 25, 2018
1 parent f62f6db commit f94ecf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
extras_require={'test': ['pytest>=3.5', 'pytest-flake8', 'pytest-cov', 'codecov']},
install_requires=[
"flask",
"flask-dance",
"pyjwt",
"requests",
"cryptography",
"python-dateutil",
"humanize",
"toml"])
"toml",
"ttldict"])

0 comments on commit f94ecf4

Please sign in to comment.