We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d07fdf commit 3d6eaa1Copy full SHA for 3d6eaa1
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="PyCovenantSQL",
10
- version="0.1.2",
+ version="0.1.3",
11
url='https://github.com/CovenantSQL/python-driver/',
12
project_urls={
13
"Documentation": "https://pycovenantsql.readthedocs.io/",
@@ -17,6 +17,7 @@
17
packages=find_packages(exclude=['tests*', 'pycovenantsql.tests*']),
18
install_requires=[
19
"requests",
20
+ "arrow",
21
],
22
classifiers=[
23
'Development Status :: 2 - Pre-Alpha',
0 commit comments