Skip to content
Snippets Groups Projects
Pipfile 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • [[source]]
    url = "https://pypi.org/simple"
    verify_ssl = true
    name = "pypi"
    
    [packages]
    certifi = "==2018.8.24"
    chardet = "==3.0.4"
    click = "==8.1.3"
    click-plugins = "==1.1.1"
    cligj = "==0.7.2"
    cloud-init = "==20.4.1"
    configobj = "==5.0.6"
    cryptography = "==2.6.1"
    dill = "==0.3.5.1"
    entrypoints = "==0.3"
    fail2ban = "==0.10.2"
    fiona = "==1.8.21"
    geopandas = "==0.10.2"
    idna = "==2.6"
    importlib-metadata = "==4.12.0"
    jinja2 = "==2.10"
    jsonpatch = "==1.21"
    jsonpointer = "==1.10"
    jsonschema = "==2.6.0"
    keyring = "==17.1.1"
    "keyrings.alt" = "==3.1.1"
    markupsafe = "==1.1.0"
    multiprocess = "==0.70.13"
    munch = "==2.5.0"
    numpy = "==1.21.6"
    oauthlib = "==2.1.0"
    owslib = "==0.26.0"
    pandas = "==1.3.5"
    pathos = "==0.2.9"
    pox = "==0.3.1"
    ppft = "==1.7.6.5"
    psycopg2-binary = "==2.9.3"
    pycrypto = "==2.6.1"
    pygobject = "==3.30.4"
    pyinotify = "==0.9.6"
    pyjwt = "==1.7.0"
    pyproj = "==3.2.1"
    python-dateutil = "==2.8.2"
    python-dotenv = "==0.20.0"
    pytz = "==2022.1"
    pyxdg = "==0.25"
    pyyaml = "==3.13"
    requests = "==2.21.0"
    rtree = "==1.0.0"
    secretstorage = "==2.3.1"
    shapely = "==1.8.2"
    six = "==1.12.0"
    systemd-python = "==234"
    typing-extensions = "==4.3.0"
    urllib3 = "==1.24.1"
    zipp = "==3.8.1"
    
    [dev-packages]
    
    [requires]
    python_version = "3.8"