Skip to content

Commit

Permalink
Use version of freezing model with updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Dec 7, 2024
1 parent 9976a3f commit ddcd938
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.py[cod]
__pycache__/

# C extensions
*.so

# Distribution / packaging
*.egg
*.egg-info/
.Python
env/
.eggs/
.installed.cfg
.venv
build/
src/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
env/
lib/
lib64/
parts/
sdist/
src/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
GeoAlchemy @ https://github.com/hozn/GeoAlchemy/archive/0.7.3dev1.tar.gz
arrow==0.15.5
envparse==0.2.0
falcon==4.0.2
freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.8.7.tar.gz
freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.10.2.tar.gz
greenstalk==1.0.1
gunicorn==22.0.0
python-mimeparse==1.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup

version = "0.3.6"
version = "0.4.0"

long_description = """
freezing-nq is the Freezing Saddles component for receiving
Expand Down

0 comments on commit ddcd938

Please sign in to comment.