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 ead906a commit 8a93c9cCopy full SHA for 8a93c9c
requirements.txt
@@ -19,4 +19,4 @@ starlette==0.14.2
19
tqdm==4.62.0
20
ua-parser==0.10.0
21
uvicorn==0.14.0
22
-ipython
+ipython==8.4.0
setup.py
@@ -39,6 +39,6 @@
39
'chevron>=0.11.1',
40
'libsass>=0.13.2',
41
'misaka>=2.1.0',
42
- 'python_version>"3"',
+ 'python_version>3',
43
],
44
)
0 commit comments