Skip to content

Commit

Permalink
Merge pull request #7 from veeqtoh/patch-update-dependencies
Browse files Browse the repository at this point in the history
Patch: Update dependencies
  • Loading branch information
veeqtoh authored Apr 14, 2024
2 parents 8b760f9 + 14b210c commit 807be6a
Show file tree
Hide file tree
Showing 7 changed files with 1,719 additions and 10,289 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Code changes will send PR to following users.
* @veeqtoh
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Motivation and Context ###
Why is this change required? What problem does it solve? If it fixes an open issue, please link to the issue here. If it was requested by a specific individual, team or company name them here.

### Dependencies ###
Note if this change has any dependencies, e.g. a library (write the command to install it here) or a PR in another repository. If the order of deployment of dependencies is important, note this here also.

### Test Instructions ###
Provide a list of tests the reviewer must complete to appropriately QA this work. This may include automated or manual tests. Consider the complexity of the change when compiling this list, and be sure to include any build instructions e.g. composer install, or SQL statements.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
venv/
__pycache__/
data/linkedin-jobs.csv
11,993 changes: 1,706 additions & 10,287 deletions data/linkedin-jobs.csv

Large diffs are not rendered by default.

Binary file modified requirements.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/job.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/job_list.html

Large diffs are not rendered by default.

0 comments on commit 807be6a

Please sign in to comment.