Skip to content

Commit

Permalink
Move development dependencies from extras to separate requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Mar 13, 2021
1 parent 1e27990 commit 5d37641
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Changed

- Add more descriptive error message for missing whitespace between HTML attributes ([#23 (comment)](https://github.com/thibaudcolas/curlylint/issues/23#issuecomment-700622837))
- Move development dependencies from extras to separate `requirements.txt`

## [v0.12.2](https://github.com/thibaudcolas/curlylint/releases/tag/v0.12.2) 2021-03-06

Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
black==19.10b0
flake8==3.8.4
mypy==0.812
pytest==6.2.2
coverage==5.5
memory-profiler==0.58
10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@
"pathspec>=0.6, <1",
"dataclasses>=0.6; python_version < '3.7'",
],
extras_require={
"dev": [
"black==19.10b0",
"flake8==3.8.4",
"mypy==0.812",
"pytest==6.2.2",
"coverage==5.5",
"memory-profiler==0.58",
]
},
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
Expand Down

0 comments on commit 5d37641

Please sign in to comment.