Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Aug 15, 2024
1 parent b19aa2b commit fef9e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/lib/env/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ abstract class Env {

static String? get mixpanelProjectToken => _instance.mixpanelProjectToken;

// static String? get apiBaseUrl => _instance.apiBaseUrl;
static String? get apiBaseUrl => _instance.apiBaseUrl;

static String? get apiBaseUrl => 'https://camel-lucky-reliably.ngrok-free.app/';
// static String? get apiBaseUrl => 'https://camel-lucky-reliably.ngrok-free.app/';

static String? get growthbookApiKey => _instance.growthbookApiKey;

Expand Down
2 changes: 0 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ mypy-extensions==1.0.0
networkx==3.3
numpy==1.26.4
openai==1.39.0
opuslib==3.0.1
orjson==3.10.6
packaging==24.1
pinecone-client==5.0.1
Expand All @@ -87,7 +86,6 @@ pydantic_core==2.20.1
pydub==0.25.1
Pygments==2.18.0
PyJWT==2.9.0
PyOgg @ git+https://github.com/TeamPyOgg/PyOgg@6871a4f234e8a3a346c4874a12509bfa02c4c63a
pyparsing==3.1.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
Expand Down

0 comments on commit fef9e84

Please sign in to comment.