-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements_dev.txt
46 lines (40 loc) · 996 Bytes
/
requirements_dev.txt
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Common requirements
# -----------------------
# This file collects all required third-party applications that are needed
# to run this project. Later you can install all these apps in a row
# using pip. Example:
#
# pip install -r requirements.txt
#
# It's higly recomended to use it within a virtualenv.
#
#
#
# install basic requirements
-r requirements.txt
# Lint and formatting
# -----------------------
black==22.10.0
flake8==3.9.*
# Tests
# -----------------------
python-dotenv==0.20.*
pytest==7.2.*
pytest-cov==3.0.*
pytest-randomly==3.12.*
pytest-rerunfailures==10.*
tox==3.25.*
# Documentation (for devs)
# -----------------------
sphinx==6.1.*
sphinx-autodoc-typehints==1.22.*
sphinx-copybutton==0.5.*
sphinx-markdown-tables==0.0.17 # to render markdown tables
sphinx-rtd-theme==1.2.*
recommonmark==0.7.*
# Packaging
# -----------------------
twine
wheel
# then it's possible to install from the repo:
# https://github.com/Isogeo/isogeo-api-py-minsdk/archive/master.zip