Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 12, 2024
1 parent dbaf998 commit de1291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pipenv
run: pipx install pipenv
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def local_version(version):
zip_safe=False,
install_requires=(
'django==4.0.*',
'django-postgres-copy>=2.6.*',
'django-postgres-copy',
'requests',
'csvkit',
'django-internetarchive-storage',
Expand Down

0 comments on commit de1291c

Please sign in to comment.