Skip to content

Commit

Permalink
update wq deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 16, 2023
1 parent 3c559cf commit c96c34c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
python -m pip install flake8 pytest wheel
python -m pip install django==${{ matrix.django-version }}
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install xlsconv
python -m pip install wq.build==2.0.0a0
python -m pip install xlsconv==2.0.0a1
python -m pip install wq.build==2.0.0a1
python -m pip install wq.app==2.0.0a0
python -m pip install wq.db==2.0.0a0
python -m pip install wq.db==2.0.0a1
- name: Test build
run: |
python -m build
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
build
dist
README.rst
wq/
.eggs
node_modules
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@ classifiers = [
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Code Generators",
"Topic :: Text Processing :: Markup :: HTML",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Pre-processors",
]
dependencies = [
"wq.build",
"wq.build>=2.0.0a1",
"xlsconv>=2.0.0a1,<2.1.0",
"psycopg2-binary",
"xlsconv>=1.2.0",
]

[project.entry-points.wq]
Expand Down

0 comments on commit c96c34c

Please sign in to comment.