We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a02146 commit 8895af3Copy full SHA for 8895af3
.gitignore
@@ -25,6 +25,8 @@ wheels/
25
.installed.cfg
26
*.egg
27
MANIFEST
28
+requirements.txt
29
+requirements-dev.txt
30
31
# PyInstaller
32
# Usually these files are written by a python script from a template
@@ -90,6 +92,8 @@ venv/
90
92
ENV/
91
93
env.bak/
94
venv.bak/
95
+.direnv
96
+.envrc
97
98
# Spyder project settings
99
.spyderproject
pyproject.toml
@@ -27,10 +27,11 @@ Homepage = "https://github.com/miguelgrinberg/microdot"
[project.optional-dependencies]
dev = [
+ "tox",
]
docs = [
33
"sphinx",
- "pyjwt"
34
+ "pyjwt",
35
36
37
[tool.setuptools]
0 commit comments