Skip to content

Commit

Permalink
remove firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ttumiel authored Oct 11, 2023
1 parent db449c8 commit ac6beda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
url="https://github.com/ttumiel/chat2func",
extras_require={
"test": ["pytest", "black", "isort", "pytest-cov"],
"develop": ["Flask", "Flask-Cors", "PyYAML", "openai", "firebase-functions", "tiktoken"],
"develop": ["Flask", "Flask-Cors", "PyYAML", "openai", "tiktoken"],
},
)

0 comments on commit ac6beda

Please sign in to comment.