Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Jan 11, 2025
1 parent 2e511d0 commit a15d8f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ venv/

# Mac OS
.DS_Store
.safety-project.ini
5 changes: 0 additions & 5 deletions .safety-project.ini

This file was deleted.

3 changes: 1 addition & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ruamel.yaml>=0.17.21
dataclasses==0.8; python_version=="3.6"
jinja2; python_version=="3.6"
jinja2>=3.1.0; python_version>="3.7"
marshmallow; python_version=="3.6"
marshmallow; python_version=="3.6"
marshmallow>=3.15.0; python_version>="3.7"
Authlib>=1.2.0
rich
Expand All @@ -21,4 +21,3 @@ safety_schemas==0.0.10
typing-extensions>=4.7.1
filelock~=3.16.1
psutil~=6.1.0
django==1.8.0

0 comments on commit a15d8f7

Please sign in to comment.