Skip to content

Commit

Permalink
Merge pull request #165 from ckan/cleanup-reqs
Browse files Browse the repository at this point in the history
Consolidate requirements.txt file
  • Loading branch information
amercader authored Jun 30, 2022
2 parents 59a3759 + b9992f9 commit 67a5374
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt
pip install -r pip-requirements.txt
pip install -r dev-requirements.txt
pip install -e .
pip install -U requests[security]
Expand Down
8 changes: 0 additions & 8 deletions pip-requirements.txt

This file was deleted.

4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ckantoolkit
messytables==0.15.2
requests[security]>=2.11.1
six>=1.12.0
Unidecode==1.0.22
six>=1.12.0

0 comments on commit 67a5374

Please sign in to comment.