Skip to content

Commit

Permalink
Finalize pins and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Jul 25, 2019
1 parent 0e3bccb commit 80ef8c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions devtools/conda-envs/adapters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- requests
- bcrypt
- cryptography
- pyyaml>=5.1
- pydantic>=0.30.1
- plotly
- sqlalchemy>=1.3
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- requests
- bcrypt
- cryptography
- pyyaml>=5.1
- pydantic>=0.30.1
- plotly
- sqlalchemy>=1.3
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/dev_head.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- requests
- bcrypt
- cryptography
- pyyaml>=5.1
- pydantic>=0.30.1
- plotly
- sqlalchemy>=1.3
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/generate_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- requests
- bcrypt
- cryptography
- pyyaml>=5.1
- pydantic>=0.30.1
- plotly
- sqlalchemy>=1.3
Expand Down
1 change: 1 addition & 0 deletions devtools/conda-envs/openff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- requests
- bcrypt
- cryptography
- pyyaml>=5.1
- pydantic>=0.30.1
- plotly
- sqlalchemy>=1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'pydantic>=0.30.1',
'requests',
'tornado',
'pyyaml',
'pyyaml>=5.1',

# Database
'sqlalchemy>=1.3',
Expand Down

0 comments on commit 80ef8c2

Please sign in to comment.