Skip to content

Commit

Permalink
updating readme (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforde-aot authored Sep 18, 2023
1 parent 4685f63 commit 4124bbe
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion analytics-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The development scripts for this application allow customization via an environm

### Development

The following commands support various development scenarios and needs.
The following commands support various development scenarios and needs. Before running the following commands run `. venv/bin/activate` to enter into the virtual env.


> `make run`
Expand Down
1 change: 1 addition & 0 deletions met-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The development scripts for this application allow customization via an environm
### Development

The following commands support various development scenarios and needs.
Before running the following commands run `. venv/bin/activate` to enter into the virtual env.


> `make run`
Expand Down
2 changes: 1 addition & 1 deletion met-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python-dateutil==2.8.1
python-dotenv==0.17.1
python-editor==1.0.4
pytz==2021.1
PyYAML==5.4.1
PyYAML==6.0.1
six==1.16.0
SQLAlchemy==1.4.17
Werkzeug==2.2.3
Expand Down
10 changes: 8 additions & 2 deletions met-cron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The development scripts for this application allow customization via an environm
### Development

The following commands support various development scenarios and needs.

Before running the following commands run `. venv/bin/activate` to enter into the virtual env.

> `make run`
>
Expand All @@ -35,4 +35,10 @@ The following commands support various development scenarios and needs.
> `make lint`
>
> Lints the application code.
> Lints the application code.

To run met-cron functionality on your local machine execute the pyhton commands located in the run files of this directory.
For example the `run_met_publish.sh` file contains the coammnd to publish a scheduled engagement

>`python3 invoke_jobs.py ENGAGEMENT_PUBLISH`
14 changes: 5 additions & 9 deletions met-cron/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,21 @@ MarkupSafe==2.1.3
SQLAlchemy-Utils==0.41.1
SQLAlchemy==1.3.24
Werkzeug==2.3.7
alembic==1.11.2
alembic==1.12.0
aniso8601==9.0.1
attrs==23.1.0
bcrypt==4.0.1
blinker==1.6.2
cachelib==0.9.0
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
click==8.1.7
ecdsa==0.18.0
flask-jwt-oidc==0.3.0
flask-marshmallow==0.11.0
flask-restx==1.1.0
gunicorn==21.2.0
idna==3.4
importlib-metadata==6.8.0
importlib-resources==6.0.1
itsdangerous==2.0.1
jaeger-client==4.8.0
jsonschema-specifications==2023.7.1
Expand All @@ -37,22 +35,20 @@ marshmallow-sqlalchemy==0.25.0
marshmallow==3.20.1
opentracing==2.4.0
packaging==23.1
pkgutil_resolve_name==1.3.10
psycopg2-binary==2.9.7
pyasn1==0.5.0
python-dotenv==1.0.0
python-jose==3.3.0
pytz==2023.3
pytz==2023.3.post1
referencing==0.30.2
requests==2.31.0
rpds-py==0.9.2
rpds-py==0.10.3
rsa==4.9
secure==0.3.0
six==1.16.0
threadloop==1.0.2
thrift==0.16.0
tornado==6.3.3
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==2.0.4
zipp==3.16.2
-e git+https://github.com/bcgov/met-public.git#egg=met-api&subdirectory=met-api

0 comments on commit 4124bbe

Please sign in to comment.