| requirements-dev.txt
|
| -r requirements.txt
|
| pytest-xdist==1.32.0
|
| pytest==5.4
|
|
|
| requirements.txt
|
|
|
| SQLAlchemy==1.3.4
|
| alembic==1.0.10
|
| psycopg2-binary==2.8.2
|
| numpy==1.16.4
|
| pandas==0.24.2
|
| requests==2.22.0
|
| xlrd==1.2.0
|
| python-slugify==3.0.3
|
| pyreadstat==1.0.2
|
| pysftp==0.2.9
|
| iso3166==1.0
|
| ciso8601==2.1.3; python_version < '3.7' # replacement for datetime.fromisoformat in Py < 3.7
|
| GeoAlchemy2==0.6.3
|
|
|
| # Requirements for Google Analytics Connector
|
| google-api-python-client==1.7.4
|
| google-auth==1.5.1
|
| google-auth-httplib2==0.0.3
|
| google-auth-oauthlib==0.2.0
|
|
|
|
|
|
|
| 023-05-16 18:49:10.598 [info] error: subprocess-exited-with-error
|
|
|
| × Preparing metadata (pyproject.toml) did not run successfully.
|
| │ exit code: 1
|
| ╰─> [3 lines of output]
|
| error in pandas setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier)
|
| pytz >= 2011k
|
| ~~~~~~~^
|
| [end of output]
|
|
|
| note: This error originates from a subprocess, and is likely not a problem with pip.
|
|
|
| 2023-05-16 18:49:10.600 [info] error: metadata-generation-failed
|