Skip to content

Commit 450f330

Browse files
committed
Update README
1 parent bada043 commit 450f330

File tree

4 files changed

+4
-38
lines changed

4 files changed

+4
-38
lines changed

README.en.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,7 @@ aif([10, 20], first(it), "empty")
222222
```
223223

224224
## Requirements
225-
- CPython >= 3.2 or PyPy >= 3.2.1
226-
- rply >= 0.7.2
227-
- pyrsistent >= 0.10.1
228-
- pathlib >= 1.0.1
229-
- eventlet >= 0.17.1
230-
- msgpack-python >= 0.4.6
231-
- typeannotations >= 0.1.0
232-
- cloudpickle >= 0.2.1
233-
225+
See requiremetns.txt
234226

235227
## Installation
236228
```sh
@@ -239,7 +231,6 @@ $ pip3 install mochi
239231
### Optional Installation
240232
```sh
241233
$ pip3 install flask Flask-RESTful Pillow RxPY # to run the examples
242-
$ pip3 install pyzmq # to use ZmqInbox and ZmqOutbox
243234
$ pip3 install kombu # to use KombuMailbox
244235
$ pip3 install boto # to use SQS as transport of KombuMailbox
245236
$ pip3 install boto3 # to use SQSMailbox

README.ja.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,7 @@ aif([10, 20], first(it), "empty")
232232
```
233233

234234
## 依存モジュール
235-
- CPython >= 3.2 or PyPy >= 3.2.1
236-
- rply >= 0.7.2
237-
- pyrsistent >= 0.10.1
238-
- pathlib >= 1.0.1
239-
- eventlet >= 0.17.1
240-
- msgpack-python >= 0.4.6
241-
- typeannotations >= 0.1.0
242-
- cloudpickle >= 0.2.1
235+
requirements.txtを参照してくだい。
243236

244237
## インストール
245238

@@ -250,7 +243,6 @@ $ pip3 install mochi
250243
### オプションのインストール
251244
```sh
252245
$ pip3 install flask Flask-RESTful Pillow RxPY # to run the examples
253-
$ pip3 install pyzmq # to use ZmqInbox and ZmqOutbox
254246
$ pip3 install kombu # to use KombuMailbox
255247
$ pip3 install boto # to use SQS as transport of KombuMailbox
256248
$ pip3 install boto3 # to use SQSMailbox

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,7 @@ aif([10, 20], first(it), "empty")
222222
```
223223

224224
## Requirements
225-
- CPython >= 3.2 or PyPy >= 3.2.1
226-
- rply >= 0.7.2
227-
- pyrsistent >= 0.10.1
228-
- pathlib >= 1.0.1
229-
- eventlet >= 0.17.1
230-
- msgpack-python >= 0.4.6
231-
- typeannotations >= 0.1.0
232-
- cloudpickle >= 0.2.1
233-
225+
See requirements.txt
234226

235227
## Installation
236228
```sh
@@ -239,7 +231,6 @@ $ pip3 install mochi
239231
### Optional Installation
240232
```sh
241233
$ pip3 install flask Flask-RESTful Pillow RxPY # to run the examples
242-
$ pip3 install pyzmq # to use ZmqInbox and ZmqOutbox
243234
$ pip3 install kombu # to use KombuMailbox
244235
$ pip3 install boto # to use SQS as transport of KombuMailbox
245236
$ pip3 install boto3 # to use SQSMailbox

README.rst

+1-9
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,7 @@ aif (Anaphoric macro)
247247
Requirements
248248
------------
249249

250-
- CPython >= 3.2 or PyPy >= 3.2.1
251-
- rply >= 0.7.2
252-
- pyrsistent >= 0.10.1
253-
- pathlib >= 1.0.1
254-
- eventlet >= 0.17.1
255-
- msgpack-python >= 0.4.6
256-
- typeannotations >= 0.1.0
257-
- cloudpickle >= 0.2.1
250+
See requirements.txt
258251

259252
Installation
260253
------------
@@ -271,7 +264,6 @@ Optional Installation
271264
.. code:: sh
272265
273266
$ pip3 install flask Flask-RESTful Pillow RxPY # to run the examples
274-
$ pip3 install pyzmq # to use ZmqInbox and ZmqOutbox
275267
$ pip3 install kombu # to use KombuMailbox
276268
$ pip3 install boto # to use SQS as transport of KombuMailbox
277269
$ pip3 install boto3 # to use SQSMailbox

0 commit comments

Comments
 (0)