Skip to content

Commit

Permalink
Merge 53d4573 into 41c1342
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Aug 16, 2022
2 parents 41c1342 + 53d4573 commit 3cbaade
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"pytz>=2013.9",
"icalendar>=3.8.4",
],
extras_require={
"dev": [
"coverage>=3.7.1",
"flake8",
"isort",
],
},
license="BSD",
test_suite="runtests.runtests",
)

0 comments on commit 3cbaade

Please sign in to comment.