Skip to content

Commit

Permalink
Issue #126: updates reference with new monorepo modules structure and…
Browse files Browse the repository at this point in the history
… updates requirements ref
  • Loading branch information
SonOfLope committed Oct 8, 2024
1 parent 6fbb164 commit fd51e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cryptography
pyyaml
pydantic
python-magic
nachet-datastore @git+https://github.com/ai-cfia/ailab-datastore.git@main
nachet-datastore @git+https://github.com/ai-cfia/ailab-datastore.git@v1.0.0-nachet-datastore
6 changes: 3 additions & 3 deletions storage/datastore_storage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import datastore
from datastore import db
from datastore import user as user_datastore
from datastore import nachet as nachet_datastore
import datastore.bin.deployment_mass_import
import nachet as nachet_datastore
import nachet.bin.deployment_mass_import

import datastore.bin.upload_picture_set
import datastore.db.queries.seed as seed_queries
import nachet.db.queries.seed as seed_queries

class DatastoreError(Exception):
pass
Expand Down

0 comments on commit fd51e78

Please sign in to comment.