Skip to content

Commit

Permalink
add ipython as package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul committed Nov 24, 2023
1 parent 2777461 commit e5384b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ _templates
# Venv
*venv

# env file
.env.local
.env.testing

# package version file
aryaxai/version.py
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pyjwt>=2.8.0
python-dotenv>=1.0.0
requests>=2.31.0
pandas>=2.1.2
plotly>=5.18.0
plotly>=5.18.0
ipython>=7.27.0

0 comments on commit e5384b7

Please sign in to comment.