-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split out requirements-{database,formats}.txt
- Loading branch information
Showing
4 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# packages required for testing petl with databases | ||
|
||
cryptography | ||
pymysql | ||
SQLAlchemy>=1.3.6 | ||
psycopg2-binary | ||
# PyMySQL==0.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Cython<0.29.21,>=0.29.13 | ||
numpy<=1.19.2,>=1.16.4 | ||
numexpr<=2.7.1,>=2.6.9 | ||
intervaltree==3.0.2 | ||
lxml==4.6.2 | ||
openpyxl==2.6.2 | ||
pandas<=1.1.2,>=0.24.2 ; python_version < '3.9' | ||
tables | ||
Whoosh==2.7.4 | ||
xlrd==1.2.0 | ||
xlwt==1.3.0 | ||
fastavro>=0.24.2 ; python_version >= '3.4' | ||
fastavro==0.24.2 ; python_version < '3.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
Cython<0.29.21,>=0.29.13 | ||
numpy<=1.19.2,>=1.16.4 | ||
numexpr<=2.7.1,>=2.6.9 | ||
intervaltree==3.0.2 | ||
lxml==4.6.2 | ||
openpyxl==2.6.2 | ||
pandas<=1.1.2,>=0.24.2 ; python_version < '3.9' | ||
PyMySQL==0.9.3 | ||
SQLAlchemy==1.3.6 | ||
Whoosh==2.7.4 | ||
xlrd==1.2.0 | ||
xlwt==1.3.0 | ||
fastavro>=0.24.2 ; python_version >= '3.4' | ||
fastavro==0.24.2 ; python_version < '3.0' | ||
smbprotocol>=1.0.1 | ||
requests; python_version >= '3.4' | ||
fsspec>=0.7.4 ; python_version >= '3.4' | ||
aiohttp>=3.6.2 ; python_version >= '3.5.3' | ||
s3fs>=0.2.2 ; python_version >= '3.4' | ||
# packages bellow need complex local setup | ||
psycopg2<=2.8.6,>=2.8.3 | ||
bcolz<=1.16.4,>=1.2.1 | ||
tables<=3.6.1,>=3.5.2 | ||
# throubleshooting: | ||
# 1. define the following variable before running pip: | ||
# $ export DISABLE_BLOSC_AVX2=1 | ||
# 2. pip install --prefer-binary bcolz | ||
blosc ; python_version >= '3.7' | ||
bcolz ; python_version >= '3.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters