Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ccd8cb

Browse filesBrowse files
committed
Add pytables to requirements and install_requires
1 parent c082a75 commit 7ccd8cb
Copy full SHA for 7ccd8cb

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎requirements.txt

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pandas>=0.22.0
22
psycopg2-binary==2.7.5
33
SQLAlchemy==1.2.8
4+
tables

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname, lines=False):
2020
),
2121
url="http://github.com/cid-harvard/pandas-to-postgres",
2222
packages=find_packages(),
23-
install_requires=["SQLAlchemy", "pandas", "psycopg2"],
23+
install_requires=["SQLAlchemy", "pandas", "psycopg2", "tables"],
2424
long_description=read("README.md"),
2525
classifiers=[
2626
"Topic :: Database",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.