Skip to content

Commit

Permalink
feat: Added the ability to blacklist job-skill relationship.
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif committed Oct 19, 2023
1 parent 233f8ab commit 0572209
Show file tree
Hide file tree
Showing 20 changed files with 954 additions and 245 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ django-choices
django-filter
openedx-events
openai
pandas
django-object-actions
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.8.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.1
virtualenv==20.24.5
# via tox
7 changes: 7 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ algoliasearch<2.0.0

# tox version greater than 4 is causing problems.
tox<4.0.0

# latest version require python>=3.9
sphinxcontrib-applehelp<=1.0.4
sphinxcontrib-devhelp<=1.0.2
sphinxcontrib-htmlhelp<=2.0.1
sphinxcontrib-qthelp<=1.0.3
sphinxcontrib-serializinghtml<=1.1.5
Loading

0 comments on commit 0572209

Please sign in to comment.