Skip to content

Commit ef7e045

Browse files
laodouyalaodouya
authored andcommitted
Update Readme.rst.
1 parent 3d6eaa1 commit ef7e045

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyCovenantSQL
2-
=======
2+
===============
33

44
.. contents:: Table of Contents
55
:local:
@@ -20,18 +20,20 @@ Requirements
2020
- CPython_ : 2.7 and >= 3.4
2121
- PyPy_ : Latest version
2222

23-
* HTTP Client:
23+
* Packages:
2424

2525
- Requests_ >= 2.19
26+
- Arrow_ >= 0.13
2627

27-
* CovenantSQL Proxy Server:
28+
* CovenantSQL Adapter Server:
2829

2930
- CovenantSQL_ >= 0.0.3
3031

3132

3233
.. _CPython: https://www.python.org/
3334
.. _PyPy: https://pypy.org/
3435
.. _Requests: http://www.python-requests.org/
36+
.. _Arrow: https://github.com/crsmithdev/arrow
3537
.. _CovenantSQL: https://github.com/CovenantSQL/CovenantSQL
3638

3739

@@ -49,12 +51,12 @@ You can install it with pip::
4951
Documentation
5052
-------------
5153

52-
Documentation is available online: https://PyCovenantSQL.readthedocs.io/
54+
Documentation is available online: http://developers.covenantsql.io/
5355

54-
Key file and database_id can get from: https://testnet.covenantsql.io/quickstart
56+
Key file and database_id can get from: http://developers.covenantsql.io/docs/quickstart
5557

56-
For support, please refer to the `StackOverflow
57-
<https://stackoverflow.com/questions/tagged/PyCovenantSQL>`_.
58+
For support, please fire a issue at `Github
59+
<https://github.com/CovenantSQL/CovenantSQL/issues/new>`_.
5860

5961
Example
6062
-------

pycovenantsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DatabaseError, OperationalError, IntegrityError, InternalError,
88
NotSupportedError, ProgrammingError)
99

10-
VERSION = (0, 0, 1, None)
10+
VERSION = (0, 1, 3, None)
1111
if VERSION[3] is not None:
1212
VERSION_STRING = "%d.%d.%d_%s" % VERSION
1313
else:

0 commit comments

Comments
 (0)