Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use version of freezing model with updated libs #20

Merged
merged 2 commits into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.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.1"

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