Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 2090d23

Browse files
author
dames
committed
Added requirements
1 parent 8486df0 commit 2090d23

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

setup.py

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,28 @@
22
setup(name='rdl',
33
version='0.1',
44
packages = find_packages(),
5-
)
5+
install_requires=[
6+
'numpy==1.14.2',
7+
'pytz==2017.2',
8+
'python-dateutil==2.7.2',
9+
'psycopg2==2.7.1',
10+
'pandas==0.22.0',
11+
'pyodbc==4.0.23',
12+
'six==1.11.0',
13+
'SQLAlchemy==1.2.7',
14+
'sqlalchemy-citext==1.3.post0'
15+
]
16+
)
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+

0 commit comments

Comments
 (0)