Skip to content

Commit

Permalink
Adding python library requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sharrell committed Apr 3, 2024
1 parent 640c248 commit 95c731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
package_data = {'tacc_stats' : ['cfg.py']},
include_package_data = True,
scripts = scripts,
install_requires = ['argparse','numpy', 'psycopg2-binary', 'pandas',
install_requires = ['argparse','numpy', 'psycopg2-binary', 'pandas', 'pgcopy',
'bokeh', 'django', 'python-hostlist', 'PyMySQL', 'mod_wsgi',
'mysql-connector-python', 'python-memcached', 'pika', 'mysqlclient'],
platforms = 'any',
Expand Down

0 comments on commit 95c731b

Please sign in to comment.