Commit 57a89c55 authored by James Kirk's avatar James Kirk
Browse files

refactor: cleaned up pipfiles

feat: suppressing pycache generation
2 merge requests!23Resolve "Release v0.1.0",!8Gitlab-ci
Pipeline #106876 failed with stages
in 1 minute and 11 seconds
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pubsubpy = "*"
pika = "*"
pyrabbit = "*"
flask = "*"
flask-restful = "*"
marshmallow = "*"
bson = "*"
flask-cors = "*"
cryptography = "*"
[dev-packages]
pytest = "*"
pytest-rabbitmq = "*"
pytest-mock = "*"
black = "*"
[requires]
python_version = "3.8"
This diff is collapsed.
......@@ -5,6 +5,8 @@ WORKDIR /app
# If we want to use the alpine image, we need these packages for pytest
# RUN apk update && apk add python3-dev gcc libc-dev libffi-dev
ENV PYTHONDONTWRITEBYTECODE=1
COPY requirements.txt requirements.txt
COPY requirements-dev.txt requirements-dev.txt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment