Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Lens integration #83

Merged
merged 5 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@ SLACK_APP_TOKEN=
# Spotify settings
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=
SPOTIFY_REDIRECT_URI=

# Lens protocol settings
LENS_API_KEY=
LENS_PROFILE_ID=
10 changes: 6 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ rapidfuzz = "*"
python-telegram-bot = "*"
telegramify-markdown = "*"
tweepy = "*"
torch = "*"
transformers = "*"
discord = "*"
slack-sdk = "*"
lenspy = "*"
gql = "*"
requests-toolbelt = "*"
google-auth-oauthlib = "*"
google-auth = "*"
google-api-python-client = "*"
Expand All @@ -40,15 +41,16 @@ chromadb = "*"
pytest = "*"
ruff = "*"


[dev-packages]
mypy = "*"
isort = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
ruff = "*"
torch = ">=2.2.0"
transformers = ">=4.38.0"
torch = {version = "*", index = "pypi", extras = ["cpu"]}
transformers = {version = ">=4.38.0"}

[requires]
python_version = "3.12"
196 changes: 191 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading