forked from ocadotechnology/aimmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
32 lines (28 loc) · 765 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
black = "*"
codeforlife-portal = "*"
django-import-export = "==3.3.1"
django-test-migrations = "==1.2.0"
pytest = "*"
pytest-cov = "*"
pytest-django = "==4.5.2"
pytest-pythonpath = "*"
[packages]
aimmo = {editable = true, path = "."}
django-formtools = "==2.2"
django-otp = "==1.0.2"
docker = "<6"
eventlet = "*"
importlib-metadata = "<5" # Using version 5 causes an issue when trying to run pytest. Not sure why, linked to: https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean
kubernetes = "==26.1.0"
pyyaml = "==5.4.1"
setuptools = "==65.5.1"
wheel = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true