Skip to content

Commit

Permalink
Merge pull request #83 from axioma-ai-labs/feature/51-lens-itegration
Browse files Browse the repository at this point in the history
 Lens integration
  • Loading branch information
anderlean authored Jan 18, 2025
2 parents 20a9f56 + 78ad50c commit eab3539
Show file tree
Hide file tree
Showing 7 changed files with 665 additions and 10 deletions.
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

0 comments on commit eab3539

Please # to comment.