Skip to content

Commit

Permalink
live dangerously and try unpinning versions
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 23, 2023
1 parent 8c840a5 commit 74db360
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ ENV PYTHONPATH=/usr/lib/flux/python3.10
RUN python3 -m pip install IPython && \
python3 -m pip install -r /requirements.txt && \
python3 -m pip install -r /dev-requirements.txt && \
python3 -m pip install -r /docs-requirements.txt && \
python3 -m pip install pydantic==1.10.11 && \
python3 -m pip install pydantic-settings
python3 -m pip install -r /docs-requirements.txt

RUN mkdir -p /run/flux /var/lib/flux mkdir /etc/flux/system/cron.d /mnt/curve && \
flux keygen /mnt/curve/curve.cert && \
Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
requests
fastapi
uvicorn==0.17.0
python-dotenv==0.19.2
aiofiles==0.8.0
python-multipart==0.0.5
jinja2==3.0.3
Markdown==3.3.6
pytest==6.2.5
uvicorn
python-dotenv
aiofiles
python-multipart
jinja2
Markdown
pytest
pyaml
sqlalchemy
# needed by starlette
httpx
# install also provides alembic binary
alembic
pydantic
pydantic-settings
python-jose[cryptography]
passlib[bcrypt]

0 comments on commit 74db360

Please sign in to comment.