Skip to content

Commit

Permalink
chore: remove unused package (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Jan 16, 2025
1 parent 3efe0ee commit 06e8193
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ dmypy.json
setup.sh
secret_test*
**/.DS_Store
commits.csv
11 changes: 11 additions & 0 deletions deploy_dump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
if [ -z "$1" ]; then
echo "Usage: sh $0 '2024-12-09'"
exit 1
fi

base_url="https://github.com/fylein/fyle-integrations-settings-api/commit"
branch_name=$(git rev-parse --abbrev-ref HEAD)

git log --since="$1" --pretty=format:"$base_url/%H,%an,%ad,%s,$branch_name,integrations-settings-api" > commits.csv

open commits.csv
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ gunicorn==20.1.0
isodate==0.6.0
PyJWT==2.3.0
lxml==4.9.1
cryptography==36.0.1
future==0.18.3

# Polling
Expand Down

0 comments on commit 06e8193

Please sign in to comment.