Skip to content

Commit

Permalink
Merge pull request #71 from tjacovich/freeze_dependency_versions
Browse files Browse the repository at this point in the history
Updated dependencies to freeze implicit version. Fixed setuptools issue.
  • Loading branch information
tjacovich committed Apr 20, 2023
2 parents 24f7c8e + 87f2670 commit 8f2061e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade setuptools pip
python -m pip install --upgrade wheel setuptools==56 pip
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Expand Up @@ -3,3 +3,7 @@ git+https://github.com/adsabs/ADSParser.git@v1.0.4
alembic==0.8.9
psycopg2==2.8.6
Flask-Script==2.0.5
itsdangerous<=2.0.1
werkzeug<=2.0.3
markupsafe<=2.0.1
jinja2==2.11.3

0 comments on commit 8f2061e

Please sign in to comment.