add requirements.txt
This commit is contained in:
parent
6dca500fc4
commit
b585a438d3
|
|
@ -0,0 +1,96 @@
|
|||
alabaster==0.7.12
|
||||
argon2-cffi==20.1.0
|
||||
async-generator==1.10
|
||||
attrs==20.3.0
|
||||
autopep8==1.5.6
|
||||
Babel==2.9.1
|
||||
backcall==0.2.0
|
||||
bleach==3.3.0
|
||||
cchardet==2.1.7
|
||||
certifi==2020.12.5
|
||||
cffi==1.14.5
|
||||
chardet==4.0.0
|
||||
click==7.1.2
|
||||
click-plugins==1.1.1
|
||||
cligj==0.7.1
|
||||
decorator==4.4.2
|
||||
defusedxml==0.7.1
|
||||
docutils==0.16
|
||||
entrypoints==0.3
|
||||
Fiona==1.8.19
|
||||
geopandas==0.9.0
|
||||
greenlet==1.0.0
|
||||
idna==2.10
|
||||
imagesize==1.2.0
|
||||
iniconfig==1.1.1
|
||||
ipdb==0.13.7
|
||||
ipykernel==5.5.5
|
||||
ipython==7.23.1
|
||||
ipython-genutils==0.2.0
|
||||
isoweek==1.3.3
|
||||
jedi==0.18.0
|
||||
Jinja2==3.0.1
|
||||
jsonschema==3.2.0
|
||||
jupyter-client==6.1.12
|
||||
jupyter-core==4.7.1
|
||||
jupyterlab-pygments==0.1.2
|
||||
MarkupSafe==2.0.1
|
||||
matplotlib-inline==0.1.2
|
||||
-e git+https://git.lucasjavaudin.com/LucasJavaudin/MetroSim@6dca500fc41373492befa4089d232e7e55fb448f#egg=metrosim
|
||||
mistune==0.8.4
|
||||
msgpack==1.0.2
|
||||
munch==2.5.0
|
||||
nbclient==0.5.3
|
||||
nbconvert==6.0.7
|
||||
nbformat==5.1.3
|
||||
neovim==0.3.1
|
||||
nest-asyncio==1.5.1
|
||||
networkx==2.5.1
|
||||
notebook==6.4.0
|
||||
numpy==1.20.2
|
||||
packaging==20.9
|
||||
pandas==1.2.4
|
||||
pandocfilters==1.4.3
|
||||
parso==0.8.2
|
||||
partridge==1.1.1
|
||||
peartree==0.6.4
|
||||
pexpect==4.8.0
|
||||
pickleshare==0.7.5
|
||||
pluggy==0.13.1
|
||||
prometheus-client==0.10.1
|
||||
prompt-toolkit==3.0.18
|
||||
ptyprocess==0.7.0
|
||||
py==1.10.0
|
||||
pycodestyle==2.7.0
|
||||
pycparser==2.20
|
||||
Pygments==2.9.0
|
||||
pynvim==0.4.3
|
||||
pyparsing==2.4.7
|
||||
pyproj==3.1.0
|
||||
pyrsistent==0.17.3
|
||||
pytest==6.2.3
|
||||
python-dateutil==2.8.1
|
||||
pytz==2021.1
|
||||
pyzmq==22.1.0
|
||||
requests==2.25.1
|
||||
Send2Trash==1.5.0
|
||||
Shapely==1.7.1
|
||||
six==1.16.0
|
||||
snowballstemmer==2.1.0
|
||||
Sphinx==4.0.2
|
||||
sphinx-rtd-theme==0.5.2
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-plantuml==0.21
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
terminado==0.10.0
|
||||
testpath==0.5.0
|
||||
toml==0.10.2
|
||||
tornado==6.1
|
||||
traitlets==5.0.5
|
||||
urllib3==1.26.5
|
||||
wcwidth==0.2.5
|
||||
webencodings==0.5.1
|
||||
Loading…
Reference in New Issue