Skip to content

Commit 5b5bcf9

Browse files
committed
Formatted requirements with comments
1 parent a5c0c07 commit 5b5bcf9

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

requirements_dev.txt

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
# package runtime requirements
2+
python-dateutil==2.8.1
3+
convertdate==2.2.0
4+
korean_lunar_calendar==0.2.1
5+
six==1.15.0
16

2-
python-dateutil
3-
convertdate
4-
korean_lunar_calendar
5-
six
7+
# test requirements
8+
pytest
9+
pytest-cov
10+
coverage
611
flake8
12+
13+
#deployment
14+
pip>=19.2.3
715
bump2version
16+
wheel>=0.33.6

0 commit comments

Comments
 (0)