Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Mar 12, 2024
1 parent 1131b26 commit 2e86055
Showing 1 changed file with 52 additions and 3 deletions.
55 changes: 52 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# poetry not supported by cloud.gov, use this file instead for manually push
# run this command to generate the file:
# poetry export -f requirements.txt --output requirements.txt --without-hashes
alembic==1.13.1 ; python_version >= "3.10"
attrs==23.2.0 ; python_version >= "3.10"
beautifulsoup4==4.12.3 ; python_version >= "3.10"
blinker==1.7.0 ; python_version >= "3.10"
boto3==1.34.54 ; python_version >= "3.10"
botocore==1.34.54 ; python_version >= "3.10"
certifi==2024.2.2 ; python_version >= "3.10"
charset-normalizer==3.3.2 ; python_version >= "3.10"
ckanapi==4.7 ; python_version >= "3.10"
click==8.1.7 ; python_version >= "3.10"
colorama==0.4.6 ; python_version >= "3.10" and sys_platform == "win32" or python_version >= "3.10" and platform_system == "Windows"
deepdiff==6.7.1 ; python_version >= "3.10"
docopt==0.6.2 ; python_version >= "3.10"
exceptiongroup==1.2.0 ; python_version < "3.11" and python_version >= "3.10"
flask-migrate==4.0.7 ; python_version >= "3.10"
flask-sqlalchemy==3.1.1 ; python_version >= "3.10"
flask-wtf==1.2.1 ; python_version >= "3.10"
flask==3.0.2 ; python_version >= "3.10"
greenlet==3.0.3 ; platform_machine == "aarch64" and python_version >= "3.10" or platform_machine == "ppc64le" and python_version >= "3.10" or platform_machine == "x86_64" and python_version >= "3.10" or platform_machine == "amd64" and python_version >= "3.10" or platform_machine == "AMD64" and python_version >= "3.10" or platform_machine == "win32" and python_version >= "3.10" or platform_machine == "WIN32" and python_version >= "3.10"
idna==3.6 ; python_version >= "3.10"
iniconfig==2.0.0 ; python_version >= "3.10"
itsdangerous==2.1.2 ; python_version >= "3.10"
jinja2==3.1.3 ; python_version >= "3.10"
jmespath==1.0.1 ; python_version >= "3.10"
jsonschema-specifications==2023.12.1 ; python_version >= "3.10"
jsonschema==4.21.1 ; python_version >= "3.10"
mako==1.3.2 ; python_version >= "3.10"
markupsafe==2.1.5 ; python_version >= "3.10"
ordered-set==4.1.0 ; python_version >= "3.10"
packaging==23.2 ; python_version >= "3.10"
pluggy==1.4.0 ; python_version >= "3.10"
psycopg2-binary==2.9.9 ; python_version >= "3.10"
pytest==7.4.4 ; python_version >= "3.10"
python-dateutil==2.9.0.post0 ; python_version >= "3.10"
python-dotenv==1.0.1 ; python_version >= "3.10"
python-slugify==8.0.4 ; python_version >= "3.10"
referencing==0.33.0 ; python_version >= "3.10"
requests==2.31.0 ; python_version >= "3.10"
rpds-py==0.18.0 ; python_version >= "3.10"
s3transfer==0.10.0 ; python_version >= "3.10"
sansjson==0.3.0 ; python_version >= "3.10"
setuptools==69.1.1 ; python_version >= "3.10"
simplejson==3.19.2 ; python_version >= "3.10"
six==1.16.0 ; python_version >= "3.10"
soupsieve==2.5 ; python_version >= "3.10"
sqlalchemy==2.0.28 ; python_version >= "3.10"
text-unidecode==1.3 ; python_version >= "3.10"
tomli==2.0.1 ; python_version < "3.11" and python_version >= "3.10"
typing-extensions==4.10.0 ; python_version >= "3.10"
urllib3==2.0.7 ; python_version >= "3.10"
werkzeug==3.0.1 ; python_version >= "3.10"
wtforms==3.1.2 ; python_version >= "3.10"

1 comment on commit 2e86055

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py10100% 
   ckan_utils.py4222 95%
   harvest.py4116767 84%
   utils.py4377 84%
TOTAL4977685% 

Tests Skipped Failures Errors Time
22 0 💤 0 ❌ 0 🔥 5.331s ⏱️

Please sign in to comment.