acks += Stavros; document fix, add to Pipfile
This commit is contained in:
parent
3272bbc8b3
commit
1b189f6cde
2
Pipfile
2
Pipfile
@ -5,7 +5,7 @@ name = "pypi"
|
|||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
attrs = ">=17.4.0"
|
attrs = ">=17.4.0"
|
||||||
click = "*"
|
click = ">=6.5"
|
||||||
appdirs = "*"
|
appdirs = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "b2366049243a556aac6c23b91ac2b60e028e29ab5ed8accc4a6517f18438f783"
|
"sha256": "4bf5b65d243847bc4d7a840a9a1f36e975696dc84fdbd962454712ab8978190b"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
|
@ -700,6 +700,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
|
|||||||
|
|
||||||
* added `--skip-string-normalization` (#118)
|
* added `--skip-string-normalization` (#118)
|
||||||
|
|
||||||
|
* fixed stdin handling not working correctly if an old version of Click was
|
||||||
|
used (#276)
|
||||||
|
|
||||||
|
|
||||||
### 18.5b1
|
### 18.5b1
|
||||||
|
|
||||||
@ -992,6 +995,7 @@ Multiple contributions by:
|
|||||||
* [Luka Sterbic](mailto:luka.sterbic@gmail.com)
|
* [Luka Sterbic](mailto:luka.sterbic@gmail.com)
|
||||||
* [Miguel Gaiowski](mailto:miggaiowski@gmail.com)
|
* [Miguel Gaiowski](mailto:miggaiowski@gmail.com)
|
||||||
* [Osaetin Daniel](mailto:osaetindaniel@gmail.com)
|
* [Osaetin Daniel](mailto:osaetindaniel@gmail.com)
|
||||||
|
* [Stavros Korokithakis](mailto:hi@stavros.io)
|
||||||
* [Sunil Kapil](mailto:snlkapil@gmail.com)
|
* [Sunil Kapil](mailto:snlkapil@gmail.com)
|
||||||
* [Vishwas B Sharma](mailto:sharma.vishwas88@gmail.com)
|
* [Vishwas B Sharma](mailto:sharma.vishwas88@gmail.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user