Skip to content

Commit

Permalink
Update to ProcessOptimizer 0.7.3
Browse files Browse the repository at this point in the history
Closes #28
  • Loading branch information
langdal committed Mar 21, 2022
1 parent 1f1aeca commit 203968a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The Redis server can be controlled through the environment variable `REDIS_URL`

When adding a new dependency, you should manually add it to `requirements.txt` and then run the following commands:

pip install -r requirements.tx
pip install -r requirements.txt
pip freeze | grep --invert-match pkg_resources > requirements-freeze.txt

Now you should check if the freeze operation resulted in unwanted upates by running:
Expand Down
2 changes: 1 addition & 1 deletion requirements-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ openapi-spec-validator==0.2.9
packaging==20.9
Pillow==8.3.2
pluggy==0.13.1
ProcessOptimizer==0.7.1
ProcessOptimizer==0.7.3
py==1.10.0
pycparser==2.20
pyparsing==2.4.7
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
connexion==2.7.0
connexion[swagger-ui]
Flask==1.1.2
ProcessOptimizer==0.7.1
ProcessOptimizer==0.7.3
json-tricks==3.15.5
cryptography==3.4.7
waitress==2.0.0
Expand Down

0 comments on commit 203968a

Please sign in to comment.